Searched defs:dpu_plane (Results 1 – 1 of 1) 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 …]