Searched refs:slice_table (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | dcn32_fpu.c | 1288 struct pipe_slice_table slice_table; in update_pipes_with_split_flags() local 1291 init_pipe_slice_table_from_context(&slice_table, context); in update_pipes_with_split_flags() 1293 &slice_table, dc, context, vba, in update_pipes_with_split_flags() 1295 update_pipes_with_slice_table(dc, context, &slice_table); in update_pipes_with_split_flags() 1304 struct pipe_slice_table slice_table; in should_apply_odm_power_optimization() local 1358 init_pipe_slice_table_from_context(&slice_table, context); in should_apply_odm_power_optimization() 1360 &slice_table, dc, context, v, in should_apply_odm_power_optimization() 1362 for (i = 0; i < slice_table.mpc_combine_count; i++) in should_apply_odm_power_optimization() 1363 if (slice_table.mpc_combines[i].slice_count > 1) in should_apply_odm_power_optimization() 1366 for (i = 0; i < slice_table.odm_combine_count; i++) in should_apply_odm_power_optimization() [all …]
|