Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_formats.c38 .fetch_planes = DPU_PLANE_INTERLEAVED, \
57 .fetch_planes = DPU_PLANE_INTERLEAVED, \
77 .fetch_planes = DPU_PLANE_INTERLEAVED, \
95 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
114 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
132 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
151 .fetch_planes = DPU_PLANE_PSEUDO_PLANAR, \
171 .fetch_planes = DPU_PLANE_PLANAR, \
716 if (fmt->fetch_planes == DPU_PLANE_INTERLEAVED) { in _dpu_format_get_plane_sizes_linear()
743 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_format_get_plane_sizes_linear()
A Ddpu_hw_mdss.h388 enum dpu_plane_type fetch_planes; member
A Ddpu_hw_wb.c94 (fmt->fetch_planes << 19) | in dpu_hw_wb_setup_format()
A Ddpu_hw_sspp.c284 src_format = (chroma_samp << 23) | (fmt->fetch_planes << 19) | in dpu_hw_sspp_setup_format()
291 if (fmt->alpha_enable && fmt->fetch_planes == DPU_PLANE_INTERLEAVED) in dpu_hw_sspp_setup_format()
A Ddpu_encoder_phys_wb.c624 if ((wb_cfg->dest.format->fetch_planes == DPU_PLANE_PLANAR) && in dpu_encoder_phys_wb_prepare_wb_job()
A Ddpu_plane.c244 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()

Completed in 13 milliseconds