Searched refs:fetch_planes (Results 1 – 6 of 6) sorted by relevance
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, \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()
388 enum dpu_plane_type fetch_planes; member
94 (fmt->fetch_planes << 19) | in dpu_hw_wb_setup_format()
284 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()
624 if ((wb_cfg->dest.format->fetch_planes == DPU_PLANE_PLANAR) && in dpu_encoder_phys_wb_prepare_wb_job()
244 if (fmt->fetch_planes == DPU_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()
Completed in 13 milliseconds