Searched refs:fetch_type (Results 1 – 9 of 9) sorted by relevance
73 .fetch_type = MDP_PLANE_INTERLEAVED, \93 .fetch_type = MDP_PLANE_INTERLEAVED, \113 .fetch_type = MDP_PLANE_INTERLEAVED, \132 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \152 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \171 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \191 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \211 .fetch_type = MDP_PLANE_PLANAR, \
56 enum mdp_fetch_type fetch_type; member
183 if (fmt->fetch_type == MDP_PLANE_INTERLEAVED) { in _dpu_format_populate_plane_sizes_linear()210 if (fmt->fetch_type == MDP_PLANE_PSEUDO_PLANAR) { in _dpu_format_populate_plane_sizes_linear()
79 (fmt->fetch_type << 19) | in dpu_hw_wb_setup_format()
252 src_format = (chroma_samp << 23) | (fmt->fetch_type << 19) | in dpu_hw_sspp_setup_format()259 if (fmt->alpha_enable && fmt->fetch_type == MDP_PLANE_INTERLEAVED) in dpu_hw_sspp_setup_format()
600 if ((format->fetch_type == MDP_PLANE_PLANAR) && in dpu_encoder_phys_wb_prepare_wb_job()
218 if (fmt->fetch_type == MDP_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()
303 MDP4_PIPE_SRC_FORMAT_FETCH_PLANES(format->fetch_type) | in mdp4_plane_mode_set()
790 MDP5_PIPE_SRC_FORMAT_FETCH_TYPE(format->fetch_type) | in mdp5_hwpipe_mode_set()
Completed in 22 milliseconds