Home
last modified time | relevance | path

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

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