Lines Matching defs:vc4_plane_state
326 struct vc4_plane_state { struct
327 struct drm_plane_state base;
331 u32 *dlist;
332 u32 dlist_size; /* Number of dwords allocated for the display list */
333 u32 dlist_count; /* Number of used dwords in the display list. */
338 u32 pos0_offset;
339 u32 pos2_offset;
340 u32 ptr0_offset;
345 u32 __iomem *hw_dlist;
348 int crtc_x, crtc_y, crtc_w, crtc_h;
350 u32 src_x, src_y;
374 static inline struct vc4_plane_state * argument