Searched refs:odm_factor (Results 1 – 1 of 1) sorted by relevance
46 unsigned int odm_factor; member515 static void calculate_odm_slices(const struct dc_stream_state *stream, unsigned int odm_factor, uns… in calculate_odm_slices() argument520 if (odm_factor < 1 || odm_factor > 4) { in calculate_odm_slices()525 slice_size = stream->src.width / odm_factor; in calculate_odm_slices()527 for (i = 0; i < odm_factor; i++) in calculate_odm_slices()530 odm_slice_end_x[odm_factor - 1] = stream->src.width - 1; in calculate_odm_slices()605 int odm_factor, in assign_pipes_to_stream() argument616 pipes_needed = odm_factor; in assign_pipes_to_stream()628 for (odm_slice = 0; odm_slice < odm_factor; odm_slice++) in assign_pipes_to_stream()632 pipe_pool->num_pipes_assigned_to_plane_for_odm_combine = odm_factor; in assign_pipes_to_stream()[all …]