Searched defs:dpu_plane (Results 1 – 2 of 2) sorted by relevance
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 …]
78 struct dpu_plane { struct97 #define to_dpu_plane(x) container_of(x, struct dpu_plane, base) argument