Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c232 unsigned int dml_result = 0; in calculate_lowest_supported_state_for_temp_read() local
269 dml_result = pack_and_call_dml_mode_support_ex(dml2, &s->cur_display_config, &s->evaluation_info); in calculate_lowest_supported_state_for_temp_read()
271 if (dml_result && s->evaluation_info.DRAMClockChangeSupport[0] == dml_dram_clock_change_vactive) { in calculate_lowest_supported_state_for_temp_read()
273dml_result = dml_mode_programming(&dml2->v20.dml_core_ctx, s_global->mode_support_params.out_lowes… in calculate_lowest_supported_state_for_temp_read()
275 ASSERT(dml_result); in calculate_lowest_supported_state_for_temp_read()