Lines Matching defs:dpu_plane
88 struct dpu_plane { struct
89 struct drm_plane base;
91 struct mutex lock;
93 enum dpu_sspp pipe;
94 uint32_t features; /* capabilities from catalog */
96 struct dpu_hw_pipe *pipe_hw;
97 struct dpu_hw_pipe_cfg pipe_cfg;
98 struct dpu_hw_pipe_qos_cfg pipe_qos_cfg;
99 uint32_t color_fill;
100 bool is_error;
101 bool is_rt_pipe;
125 #define to_dpu_plane(x) container_of(x, struct dpu_plane, base) argument
732 struct dpu_plane *dpu_plane[R_MAX]; in dpu_plane_validate_multirect_v2() local