Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1289 struct pipe_slice_table slice_table; in update_pipes_with_split_flags() local
1292 init_pipe_slice_table_from_context(&slice_table, context); in update_pipes_with_split_flags()
1294 &slice_table, dc, context, vba, in update_pipes_with_split_flags()
1296 update_pipes_with_slice_table(dc, context, &slice_table); in update_pipes_with_split_flags()
1305 struct pipe_slice_table slice_table; in should_apply_odm_power_optimization() local
1359 init_pipe_slice_table_from_context(&slice_table, context); in should_apply_odm_power_optimization()
1361 &slice_table, dc, context, v, in should_apply_odm_power_optimization()
1363 for (i = 0; i < slice_table.mpc_combine_count; i++) in should_apply_odm_power_optimization()
1364 if (slice_table.mpc_combines[i].slice_count > 1) in should_apply_odm_power_optimization()
1367 for (i = 0; i < slice_table.odm_combine_count; i++) in should_apply_odm_power_optimization()
[all …]