Lines Matching defs:vc4_plane_state
383 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;
406 int crtc_x, crtc_y, crtc_w, crtc_h;
408 u32 src_x, src_y;
410 u32 src_w[2], src_h[2];
413 enum vc4_scaling_mode x_scaling[2], y_scaling[2];
414 bool is_unity;
415 bool is_yuv;
420 u32 offsets[3];
423 struct drm_mm_node lbm;
448 container_of_const(_state, struct vc4_plane_state, base) argument