Home
last modified time | relevance | path

Searched refs:odm_combines (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1114 } odm_combines[MAX_STREAMS]; member
1132 if (table->odm_combines[i].stream == stream) { in update_slice_table_for_stream()
1133 table->odm_combines[i].slice_count += diff; in update_slice_table_for_stream()
1140 table->odm_combines[i].stream = stream; in update_slice_table_for_stream()
1141 table->odm_combines[i].slice_count = diff; in update_slice_table_for_stream()
1275 table->odm_combines[i].stream, in update_pipes_with_slice_table()
1276 table->odm_combines[i].slice_count); in update_pipes_with_slice_table()
1368 if (slice_table.odm_combines[i].slice_count > 1) in should_apply_odm_power_optimization()