Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c10169 dml_uint_t end_state_idx) in mode_support_pwr_states() argument
10173 *lowest_state_idx = end_state_idx; in mode_support_pwr_states()
10175 if (end_state_idx < start_state_idx) in mode_support_pwr_states()
10178 if (end_state_idx >= mode_lib->states.num_states) // idx is 0-based in mode_support_pwr_states()
10181 for (state_idx = start_state_idx; state_idx <= end_state_idx; state_idx++) { in mode_support_pwr_states()