Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/
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, \
727 if (fmt->fetch_planes == DPU_PLANE_INTERLEAVED) { in _dpu_format_get_plane_sizes_linear()
754 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_format_get_plane_sizes_linear()
Ddpu_hw_mdss.h384 enum dpu_plane_type fetch_planes; member
Ddpu_hw_wb.c76 (fmt->fetch_planes << 19) | in dpu_hw_wb_setup_format()
Ddpu_hw_sspp.c248 src_format = (chroma_samp << 23) | (fmt->fetch_planes << 19) | in dpu_hw_sspp_setup_format()
255 if (fmt->alpha_enable && fmt->fetch_planes == DPU_PLANE_INTERLEAVED) in dpu_hw_sspp_setup_format()
Ddpu_encoder_phys_wb.c616 if ((wb_cfg->dest.format->fetch_planes == DPU_PLANE_PLANAR) && in dpu_encoder_phys_wb_prepare_wb_job()
Ddpu_plane.c218 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()