|
@@ -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 *
|