Searched refs:odm_factor (Results 1 – 1 of 1) sorted by relevance
46 unsigned int odm_factor; member496 static void calculate_odm_slices(const struct dc_stream_state *stream, unsigned int odm_factor, uns… in calculate_odm_slices() argument501 if (odm_factor < 1 || odm_factor > 4) { in calculate_odm_slices()506 slice_size = stream->src.width / odm_factor; in calculate_odm_slices()508 for (i = 0; i < odm_factor; i++) in calculate_odm_slices()511 odm_slice_end_x[odm_factor - 1] = stream->src.width - 1; in calculate_odm_slices()606 int odm_factor, in assign_pipes_to_stream() argument617 pipes_needed = odm_factor; in assign_pipes_to_stream()629 for (odm_slice = 0; odm_slice < odm_factor; odm_slice++) in assign_pipes_to_stream()633 pipe_pool->num_pipes_assigned_to_plane_for_odm_combine = odm_factor; in assign_pipes_to_stream()[all …]