Home
last modified time | relevance | path

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

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