Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/radeon/
Drv770_dpm.c1677 pi->mclk_odt_threshold = 0; in rv770_get_mclk_odt_threshold()
1687 pi->mclk_odt_threshold = 30000; in rv770_get_mclk_odt_threshold()
1755 if (pi->mclk_odt_threshold == 0) in rv770_program_dcodt_before_state_switch()
1758 if (current_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_before_state_switch()
1761 if (new_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_before_state_switch()
1784 if (pi->mclk_odt_threshold == 0) in rv770_program_dcodt_after_state_switch()
1787 if (current_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_after_state_switch()
1790 if (new_state->high.mclk <= pi->mclk_odt_threshold) in rv770_program_dcodt_after_state_switch()
1807 if (pi->mclk_odt_threshold == 0) in rv770_retrieve_odt_values()
Drv770_dpm.h109 u32 mclk_odt_threshold; member
/linux-6.6.21/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.h565 u32 mclk_odt_threshold; member