Skip to content

Commit

Permalink
drm/vc4: Add missing __iomem annotation to hw_dlist.
Browse files Browse the repository at this point in the history
This is the pointer to the HVS device's memory where we stored the
contents of *dlist.

Signed-off-by: Eric Anholt <[email protected]>
  • Loading branch information
anholt committed Feb 16, 2016
1 parent f427fb1 commit 17eac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/vc4/vc4_plane.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit 17eac75

Please sign in to comment.