Searched refs:mclk_stutter_mode_threshold (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Drv770_dpm.h117 u32 mclk_stutter_mode_threshold; member in struct:rv7xx_power_info
H A Dci_dpm.h210 u32 mclk_stutter_mode_threshold; member in struct:ci_power_info
H A Dcypress_dpm.c699 if (pi->mclk_stutter_mode_threshold &&
700 (pl->mclk <= pi->mclk_stutter_mode_threshold) &&
2138 pi->mclk_stutter_mode_threshold = 0;
H A Dbtc_dpm.c2041 if (pi->mclk_stutter_mode_threshold) {
2664 pi->mclk_stutter_mode_threshold = 30000;
2666 pi->mclk_stutter_mode_threshold = 0;
H A Dni_dpm.c2333 if (pi->mclk_stutter_mode_threshold &&
2334 (pl->mclk <= pi->mclk_stutter_mode_threshold) &&
4193 pi->mclk_stutter_mode_threshold = 0;
H A Dci_dpm.c2885 if (pi->mclk_stutter_mode_threshold &&
2886 (memory_clock <= pi->mclk_stutter_mode_threshold) &&
5738 pi->mclk_stutter_mode_threshold = 40000;
H A Drv770_dpm.c2425 pi->mclk_stutter_mode_threshold = 0;
H A Dsi_dpm.c4938 if (pi->mclk_stutter_mode_threshold &&
4939 (pl->mclk <= pi->mclk_stutter_mode_threshold) &&
6930 pi->mclk_stutter_mode_threshold = 0;
6932 pi->mclk_stutter_mode_threshold = pi->mclk_strobe_mode_threshold;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c1168 uint32_t mclk_stutter_mode_threshold = 60000; local
1202 if (mclk_stutter_mode_threshold &&
1203 (clock <= mclk_stutter_mode_threshold) &&
H A Dvegam_smumgr.c988 uint32_t mclk_stutter_mode_threshold = 60000; local
1016 if (mclk_stutter_mode_threshold &&
1017 (clock <= mclk_stutter_mode_threshold) &&
H A Dtonga_smumgr.c969 uint32_t mclk_stutter_mode_threshold = 30000; local
1019 if ((mclk_stutter_mode_threshold != 0) &&
1020 (memory_clock <= mclk_stutter_mode_threshold) &&
H A Dpolaris10_smumgr.c1160 uint32_t mclk_stutter_mode_threshold = 40000; local
1191 if (mclk_stutter_mode_threshold &&
1192 (clock <= mclk_stutter_mode_threshold) &&
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h573 u32 mclk_stutter_mode_threshold; member in struct:rv7xx_power_info
H A Dsi_dpm.c5484 if (pi->mclk_stutter_mode_threshold &&
5485 (pl->mclk <= pi->mclk_stutter_mode_threshold) &&
7428 pi->mclk_stutter_mode_threshold = 0;
7430 pi->mclk_stutter_mode_threshold = pi->mclk_strobe_mode_threshold;

Completed in 256 milliseconds