Home
last modified time | relevance | path

Searched refs:fetch_planes (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H 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 in _dpu_format_get_plane_sizes_linear()
[all...]
H A Ddpu_hw_mdss.h339 * @fetch_planes: how the color components are packed in pixel format
356 enum dpu_plane_type fetch_planes; member
H 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()
H A Ddpu_plane.c249 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H 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, \
727 if (fmt->fetch_planes == DPU_PLANE_INTERLEAVED) { in _dpu_format_get_plane_sizes_linear()
754 if (fmt->fetch_planes in _dpu_format_get_plane_sizes_linear()
[all...]
H A Ddpu_hw_mdss.h367 * @fetch_planes: how the color components are packed in pixel format
384 enum dpu_plane_type fetch_planes; member
H A Ddpu_hw_wb.c76 (fmt->fetch_planes << 19) | in dpu_hw_wb_setup_format()
H A 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()
H A Ddpu_encoder_phys_wb.c616 if ((wb_cfg->dest.format->fetch_planes == DPU_PLANE_PLANAR) && in dpu_encoder_phys_wb_prepare_wb_job()
H A Ddpu_plane.c218 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()

Completed in 13 milliseconds