Lines Matching defs:vc4_plane_state
358 struct vc4_plane_state { struct
359 struct drm_plane_state base;
363 u32 *dlist;
364 u32 dlist_size; /* Number of dwords allocated for the display list */
365 u32 dlist_count; /* Number of used dwords in the display list. */
370 u32 pos0_offset;
371 u32 pos2_offset;
372 u32 ptr0_offset;
373 u32 lbm_offset;
378 u32 __iomem *hw_dlist;
381 int crtc_x, crtc_y, crtc_w, crtc_h;
383 u32 src_x, src_y;
385 u32 src_w[2], src_h[2];
388 enum vc4_scaling_mode x_scaling[2], y_scaling[2];
389 bool is_unity;
390 bool is_yuv;
395 u32 offsets[3];
398 struct drm_mm_node lbm;
422 static inline struct vc4_plane_state * argument