Searched defs:dpu_plane (Results 1 – 2 of 2) sorted by relevance
89 struct dpu_plane { struct90 struct drm_plane base;92 struct mutex lock;94 enum dpu_sspp pipe;95 uint32_t features; /* capabilities from catalog */96 uint32_t nformats;97 uint32_t formats[64];122 #define to_dpu_plane(x) container_of(x, struct dpu_plane, base) argument854 struct dpu_plane *dpu_plane[R_MAX]; in dpu_plane_validate_multirect_v2() local
88 struct dpu_plane { struct89 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;[all …]