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 D | dpu_formats.c | 37 .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 D | dpu_hw_mdss.h | 339 * @fetch_planes: how the color components are packed in pixel format 356 enum dpu_plane_type fetch_planes; member
|
H A D | dpu_hw_sspp.c | 281 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 D | dpu_plane.c | 249 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 D | dpu_formats.c | 38 .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 D | dpu_hw_mdss.h | 367 * @fetch_planes: how the color components are packed in pixel format 384 enum dpu_plane_type fetch_planes; member
|
H A D | dpu_hw_wb.c | 76 (fmt->fetch_planes << 19) | in dpu_hw_wb_setup_format()
|
H A D | dpu_hw_sspp.c | 248 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 D | dpu_encoder_phys_wb.c | 616 if ((wb_cfg->dest.format->fetch_planes == DPU_PLANE_PLANAR) && in dpu_encoder_phys_wb_prepare_wb_job()
|
H A D | dpu_plane.c | 218 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()
|
Completed in 13 milliseconds