Searched defs:dpu_plane (Results 1 – 1 of 1) sorted by relevance
98 struct dpu_plane { struct99 struct drm_plane base;101 struct mutex lock;103 enum dpu_sspp pipe;104 uint32_t features; /* capabilities from catalog */106 struct dpu_hw_pipe *pipe_hw;107 struct dpu_hw_pipe_cfg pipe_cfg;108 struct dpu_hw_pipe_qos_cfg pipe_qos_cfg;109 uint32_t color_fill;110 bool is_error;[all …]