]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/vc4: Add missing __iomem annotation to hw_dlist.
authorEric Anholt <eric@anholt.net>
Mon, 28 Dec 2015 22:14:57 +0000 (14:14 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 16 Feb 2016 19:24:08 +0000 (11:24 -0800)
This is the pointer to the HVS device's memory where we stored the
contents of *dlist.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_plane.c

index 45e353d65c3dc07ca28681cc3f6f6323e4ca5cf2..ed07ee57e1bfc8ceaf2df4e0e29019fb28c54d45 100644 (file)
@@ -39,7 +39,7 @@ struct vc4_plane_state {
        /* Offset where the plane's dlist was last stored in the
         * hardware at vc4_crtc_atomic_flush() time.
         */
-       u32 *hw_dlist;
+       u32 __iomem *hw_dlist;
 };
 
 static inline struct vc4_plane_state *