Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Drv770_dpm.c1676 pi->mclk_odt_threshold = 0; in rv770_get_mclk_odt_threshold()
1686 pi->mclk_odt_threshold = 30000; in rv770_get_mclk_odt_threshold()
1754 if (pi->mclk_odt_threshold == 0) in rv770_program_dcodt_before_state_switch()
1757 if (current_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_before_state_switch()
1760 if (new_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_before_state_switch()
1783 if (pi->mclk_odt_threshold == 0) in rv770_program_dcodt_after_state_switch()
1786 if (current_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_after_state_switch()
1789 if (new_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_after_state_switch()
1806 if (pi->mclk_odt_threshold == 0) in rv770_retrieve_odt_values()
Drv770_dpm.h108 u32 mclk_odt_threshold; member