Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_plane.c88 struct dpu_plane { struct
89 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 …]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_plane.c78 struct dpu_plane { struct
97 #define to_dpu_plane(x) container_of(x, struct dpu_plane, base) argument