Searched defs:dpu_plane (Results 1 – 1 of 1) sorted by relevance
83 struct dpu_plane { struct84 struct drm_plane base;86 struct mutex lock;88 enum dpu_sspp pipe;89 uint32_t features; /* capabilities from catalog */91 struct dpu_hw_pipe *pipe_hw;92 struct dpu_hw_pipe_cfg pipe_cfg;93 struct dpu_hw_pipe_qos_cfg pipe_qos_cfg;94 uint32_t color_fill;95 bool is_error;[all …]