mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-25 07:06:40 +08:00
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>
This commit is contained in:
parent
f427fb16cf
commit
17eac75111
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user