Home
last modified time | relevance | path

Searched defs:dpu_plane (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_plane.c98 struct dpu_plane { struct
99 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 …]