Home
last modified time | relevance | path

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

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