Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c535 int min_state_for_g6_temp_read = 0; in call_dml_mode_support_and_programming() local
539 min_state_for_g6_temp_read = calculate_lowest_supported_state_for_temp_read(dml2, context); in call_dml_mode_support_and_programming()
541 ASSERT(min_state_for_g6_temp_read >= 0); in call_dml_mode_support_and_programming()
552 if (min_state_for_g6_temp_read >= 0) in call_dml_mode_support_and_programming()
553 …min_state = min_state_for_g6_temp_read > s->mode_support_params.out_lowest_state_idx ? min_state_f… in call_dml_mode_support_and_programming()