Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dci_dpm.h213 u32 mclk_edc_enable_threshold; member
H A Drv770_dpm.h119 u32 mclk_edc_enable_threshold; member
H A Dcypress_dpm.c710 if (pl->mclk > pi->mclk_edc_enable_threshold) in cypress_convert_power_level_to_smc()
1319 if (initial_state->low.mclk > pi->mclk_edc_enable_threshold) in cypress_populate_smc_initial_state()
2066 pi->mclk_edc_enable_threshold = 40000; in cypress_dpm_init()
H A Drv770_dpm.c649 if (pl->mclk > pi->mclk_edc_enable_threshold) in rv770_convert_power_level_to_smc()
1100 if (initial_state->low.mclk >= pi->mclk_edc_enable_threshold) in rv770_populate_smc_initial_state()
2383 pi->mclk_edc_enable_threshold = 30000; in rv770_dpm_init()
H A Dni_dpm.c1766 if (initial_state->performance_levels[0].mclk > pi->mclk_edc_enable_threshold) in ni_populate_smc_initial_state()
2341 if (pl->mclk > pi->mclk_edc_enable_threshold) in ni_convert_power_level_to_smc()
4134 pi->mclk_edc_enable_threshold = 55000; in ni_dpm_init()
4138 pi->mclk_edc_enable_threshold = 40000; in ni_dpm_init()
H A Dbtc_dpm.c2613 pi->mclk_edc_enable_threshold = 40000; in btc_dpm_init()
H A Dsi_dpm.c4443 if (initial_state->performance_levels[0].mclk > pi->mclk_edc_enable_threshold) in si_populate_smc_initial_state()
4994 if (pl->mclk > pi->mclk_edc_enable_threshold) in si_convert_power_level_to_smc()
6977 pi->mclk_edc_enable_threshold = 40000; in si_dpm_init()
H A Dci_dpm.c2904 if (pi->mclk_edc_enable_threshold && in ci_populate_single_memory_level()
2905 (memory_clock > pi->mclk_edc_enable_threshold)) in ci_populate_single_memory_level()
5744 pi->mclk_edc_enable_threshold = 40000; in ci_dpm_init()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h575 u32 mclk_edc_enable_threshold; member
H A Dsi_dpm.c4920 if (initial_state->performance_levels[0].mclk > pi->mclk_edc_enable_threshold) in si_populate_smc_initial_state()
5496 if (pl->mclk > pi->mclk_edc_enable_threshold) in si_convert_power_level_to_smc()
7431 pi->mclk_edc_enable_threshold = 40000; in si_dpm_init()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1237 uint32_t mclk_edc_enable_threshold = 40000; in iceland_populate_single_memory_level() local
1296 if ((mclk_edc_enable_threshold != 0) && in iceland_populate_single_memory_level()
1297 (memory_clock > mclk_edc_enable_threshold)) { in iceland_populate_single_memory_level()
H A Dtonga_smumgr.c970 uint32_t mclk_edc_enable_threshold = 40000; in tonga_populate_single_memory_level() local
1036 if ((mclk_edc_enable_threshold != 0) && in tonga_populate_single_memory_level()
1037 (memory_clock > mclk_edc_enable_threshold)) { in tonga_populate_single_memory_level()
H A Dci_smumgr.c1184 uint32_t mclk_edc_enable_threshold = 40000; in ci_populate_single_memory_level() local
1250 if ((mclk_edc_enable_threshold != 0) && in ci_populate_single_memory_level()
1251 (memory_clock > mclk_edc_enable_threshold)) { in ci_populate_single_memory_level()