Home
last modified time | relevance | path

Searched defs:vc4_plane_state (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/vc4/
Dvc4_drv.h383 struct vc4_plane_state { struct
384 struct drm_plane_state base;
388 u32 *dlist;
389 u32 dlist_size; /* Number of dwords allocated for the display list */
390 u32 dlist_count; /* Number of used dwords in the display list. */
395 u32 pos0_offset;
396 u32 pos2_offset;
397 u32 ptr0_offset;
398 u32 lbm_offset;
403 u32 __iomem *hw_dlist;
[all …]
Dvc4_kms.c588 struct vc4_plane_state *vc4_plane_state; in vc4_load_tracker_atomic_check() local
Dvc4_hvs.c568 struct vc4_plane_state *vc4_plane_state; in vc4_hvs_atomic_flush() local