Lines Matching defs:vc4_plane_state
397 struct vc4_plane_state { struct
398 struct drm_plane_state base;
402 u32 *dlist;
403 u32 dlist_size; /* Number of dwords allocated for the display list */
404 u32 dlist_count; /* Number of used dwords in the display list. */
409 u32 pos0_offset;
410 u32 pos2_offset;
411 u32 ptr0_offset;
412 u32 lbm_offset;
417 u32 __iomem *hw_dlist;
420 int crtc_x, crtc_y, crtc_w, crtc_h;
422 u32 src_x, src_y;
424 u32 src_w[2], src_h[2];
427 enum vc4_scaling_mode x_scaling[2], y_scaling[2];
428 bool is_unity;
429 bool is_yuv;
434 u32 offsets[3];
437 struct drm_mm_node lbm;
461 static inline struct vc4_plane_state * argument