Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1402 unsigned int new_vlevel; in try_odm_power_optimization_and_revalidate() local
1410 new_vlevel = dml_get_voltage_level(&context->bw_ctx.dml, pipes, pipe_cnt); in try_odm_power_optimization_and_revalidate()
1412 if (new_vlevel < context->bw_ctx.dml.soc.num_states) { in try_odm_power_optimization_and_revalidate()
1415 *vlevel = dcn20_validate_apply_pipe_split_flags(dc, context, new_vlevel, split, merge); in try_odm_power_optimization_and_revalidate()