Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_drv.h326 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;
[all …]
Dvc4_crtc.c687 struct vc4_plane_state *vc4_plane_state; in vc4_crtc_atomic_flush() local