Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_plane.c98 struct dpu_plane { struct
99 struct drm_plane base;
101 struct mutex lock;
103 enum dpu_sspp pipe;
106 struct dpu_hw_pipe *pipe_hw;
107 struct dpu_hw_pipe_cfg pipe_cfg;
109 uint32_t color_fill;
110 bool is_error;
111 bool is_rt_pipe;
135 #define to_dpu_plane(x) container_of(x, struct dpu_plane, base) argument
[all …]

Completed in 7 milliseconds