Searched refs:odm_factor (Results 1 – 1 of 1) sorted by relevance
46 unsigned int odm_factor; member526 static void calculate_odm_slices(const struct dc_stream_state *stream, unsigned int odm_factor, uns… in calculate_odm_slices() argument531 if (odm_factor < 1 || odm_factor > 4) { in calculate_odm_slices()536 slice_size = stream->src.width / odm_factor; in calculate_odm_slices()538 for (i = 0; i < odm_factor; i++) in calculate_odm_slices()541 odm_slice_end_x[odm_factor - 1] = stream->src.width - 1; in calculate_odm_slices()619 int odm_factor, in assign_pipes_to_stream() argument630 pipes_needed = odm_factor; in assign_pipes_to_stream()642 for (odm_slice = 0; odm_slice < odm_factor; odm_slice++) in assign_pipes_to_stream()646 pipe_pool->num_pipes_assigned_to_plane_for_odm_combine = odm_factor; in assign_pipes_to_stream()[all …]