Lines Matching defs:vc4_plane_state
361 struct vc4_plane_state { struct
362 struct drm_plane_state base;
366 u32 *dlist;
367 u32 dlist_size; /* Number of dwords allocated for the display list */
368 u32 dlist_count; /* Number of used dwords in the display list. */
373 u32 pos0_offset;
374 u32 pos2_offset;
375 u32 ptr0_offset;
376 u32 lbm_offset;
381 u32 __iomem *hw_dlist;
384 int crtc_x, crtc_y, crtc_w, crtc_h;
386 u32 src_x, src_y;
388 u32 src_w[2], src_h[2];
391 enum vc4_scaling_mode x_scaling[2], y_scaling[2];
392 bool is_unity;
393 bool is_yuv;
398 u32 offsets[3];
401 struct drm_mm_node lbm;
425 static inline struct vc4_plane_state * argument