projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f427fb1
)
drm/vc4: Add missing __iomem annotation to hw_dlist.
author
Eric Anholt
<eric@anholt.net>
Mon, 28 Dec 2015 22:14:57 +0000
(14:14 -0800)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/vc4/vc4_plane.c
b/drivers/gpu/drm/vc4/vc4_plane.c
index
45e353d
..
ed07ee5
100644
(file)
--- 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 *