提交 17eac751 编写于 作者: E Eric Anholt

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: NEric Anholt <eric@anholt.net>
上级 f427fb16
...@@ -39,7 +39,7 @@ struct vc4_plane_state { ...@@ -39,7 +39,7 @@ struct vc4_plane_state {
/* Offset where the plane's dlist was last stored in the /* Offset where the plane's dlist was last stored in the
* hardware at vc4_crtc_atomic_flush() time. * hardware at vc4_crtc_atomic_flush() time.
*/ */
u32 *hw_dlist; u32 __iomem *hw_dlist;
}; };
static inline struct vc4_plane_state * static inline struct vc4_plane_state *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册