Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_formats.c37 .fetch_planes = DPU_PLANE_INTERLEAVED, \
56 .fetch_planes = DPU_PLANE_INTERLEAVED, \
76 .fetch_planes = DPU_PLANE_INTERLEAVED, \
94 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
113 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
131 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
150 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
170 .fetch_planes = DPU_PLANE_PLANAR, \
693 if (fmt->fetch_planes == DPU_PLANE_INTERLEAVED) { in _dpu_format_get_plane_sizes_linear()
720 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_format_get_plane_sizes_linear()
A Ddpu_hw_mdss.h364 enum dpu_plane_type fetch_planes; member
A Ddpu_hw_sspp.c281 src_format = (chroma_samp << 23) | (fmt->fetch_planes << 19) | in dpu_hw_sspp_setup_format()
288 if (fmt->alpha_enable && fmt->fetch_planes == DPU_PLANE_INTERLEAVED) in dpu_hw_sspp_setup_format()
A Ddpu_plane.c267 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()

Completed in 14 milliseconds