Home
last modified time | relevance | path

Searched refs:fetch_planes (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c45 .fetch_planes = DPU_PLANE_INTERLEAVED, \
64 .fetch_planes = DPU_PLANE_INTERLEAVED, \
84 .fetch_planes = DPU_PLANE_INTERLEAVED, \
102 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
121 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
139 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
158 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
178 .fetch_planes = DPU_PLANE_PLANAR, \
793 if (fmt->fetch_planes == DPU_PLANE_INTERLEAVED) { in _dpu_format_get_plane_sizes_linear()
820 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_format_get_plane_sizes_linear()
Ddpu_hw_mdss.h388 enum dpu_plane_type fetch_planes; member
Ddpu_hw_sspp.c287 src_format = (chroma_samp << 23) | (fmt->fetch_planes << 19) | in dpu_hw_sspp_setup_format()
294 if (fmt->alpha_enable && fmt->fetch_planes == DPU_PLANE_INTERLEAVED) in dpu_hw_sspp_setup_format()
Ddpu_plane.c181 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()