Searched defs:vc4_plane_state (Results 1 – 2 of 2) sorted by relevance
326 struct vc4_plane_state { struct327 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;[all …]
687 struct vc4_plane_state *vc4_plane_state; in vc4_crtc_atomic_flush() local