Searched defs:vc4_plane_state (Results 1 – 3 of 3) sorted by relevance
416 struct vc4_plane_state { struct417 struct drm_plane_state base;421 u32 *dlist;422 u32 dlist_size; /* Number of dwords allocated for the display list */423 u32 dlist_count; /* Number of used dwords in the display list. */428 u32 pos0_offset;429 u32 pos2_offset;430 u32 ptr0_offset[DRM_FORMAT_MAX_PLANES];431 u32 lbm_offset;436 u32 __iomem *hw_dlist;[all …]
662 struct vc4_plane_state *vc4_plane_state; in vc4_load_tracker_atomic_check() local
937 struct vc4_plane_state *vc4_plane_state; in vc4_hvs_atomic_flush() local