summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-12-28 22:14:57 (GMT)
committerEric Anholt <eric@anholt.net>2016-02-16 19:24:08 (GMT)
commit17eac75111ebda33e13d8d8d98aaedfc1a9c2abf (patch)
treeb56d8c22a634174737ad001dd7f9ce846803f42f /drivers/gpu/drm/vc4
parentf427fb16cf756548c39256b569cf083f39bcc4e9 (diff)
downloadlinux-17eac75111ebda33e13d8d8d98aaedfc1a9c2abf.tar.xz
drm/vc4: Add missing __iomem annotation to hw_dlist.
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>
Diffstat (limited to 'drivers/gpu/drm/vc4')
-rw-r--r--drivers/gpu/drm/vc4/vc4_plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_plane.c b/drivers/gpu/drm/vc4/vc4_plane.c
index 45e353d..ed07ee5 100644
--- a/drivers/gpu/drm/vc4/vc4_plane.c
+++ b/drivers/gpu/drm/vc4/vc4_plane.c
@@ -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 *