Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Drv770_dpm.c1675 pi->mclk_odt_threshold = 0; in rv770_get_mclk_odt_threshold()
1685 pi->mclk_odt_threshold = 30000; in rv770_get_mclk_odt_threshold()
1753 if (pi->mclk_odt_threshold == 0) in rv770_program_dcodt_before_state_switch()
1756 if (current_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_before_state_switch()
1759 if (new_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_before_state_switch()
1782 if (pi->mclk_odt_threshold == 0) in rv770_program_dcodt_after_state_switch()
1785 if (current_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_after_state_switch()
1788 if (new_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_after_state_switch()
1805 if (pi->mclk_odt_threshold == 0) in rv770_retrieve_odt_values()
Drv770_dpm.h109 u32 mclk_odt_threshold; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
Dsi_dpm.h565 u32 mclk_odt_threshold; member