mclk_strobe_mode_threshold 4331 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	if (mclk <= pi->mclk_strobe_mode_threshold)
mclk_strobe_mode_threshold 7382 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	pi->mclk_strobe_mode_threshold = 40000;
mclk_strobe_mode_threshold 7386 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		pi->mclk_stutter_mode_threshold = pi->mclk_strobe_mode_threshold;
mclk_strobe_mode_threshold  574 drivers/gpu/drm/amd/amdgpu/si_dpm.h 	u32 mclk_strobe_mode_threshold;
mclk_strobe_mode_threshold 1183 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	uint32_t mclk_strobe_mode_threshold = 40000;
mclk_strobe_mode_threshold 1240 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	memory_level->StrobeEnable = (mclk_strobe_mode_threshold != 0) &&
mclk_strobe_mode_threshold 1241 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 		(memory_clock <= mclk_strobe_mode_threshold);
mclk_strobe_mode_threshold 1238 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	uint32_t mclk_strobe_mode_threshold = 40000;
mclk_strobe_mode_threshold 1288 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	memory_level->StrobeEnable = (mclk_strobe_mode_threshold != 0) &&
mclk_strobe_mode_threshold 1289 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 		(memory_clock <= mclk_strobe_mode_threshold);
mclk_strobe_mode_threshold  971 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	uint32_t mclk_strobe_mode_threshold = 40000;
mclk_strobe_mode_threshold 1028 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	memory_level->StrobeEnable = (mclk_strobe_mode_threshold != 0) &&
mclk_strobe_mode_threshold 1029 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 		(memory_clock <= mclk_strobe_mode_threshold);
mclk_strobe_mode_threshold 2615 drivers/gpu/drm/radeon/btc_dpm.c 	pi->mclk_strobe_mode_threshold = 40000;
mclk_strobe_mode_threshold 2936 drivers/gpu/drm/radeon/ci_dpm.c 	if (pi->mclk_strobe_mode_threshold &&
mclk_strobe_mode_threshold 2937 drivers/gpu/drm/radeon/ci_dpm.c 	    (memory_clock <= pi->mclk_strobe_mode_threshold))
mclk_strobe_mode_threshold 5770 drivers/gpu/drm/radeon/ci_dpm.c 	pi->mclk_strobe_mode_threshold = 40000;
mclk_strobe_mode_threshold  211 drivers/gpu/drm/radeon/ci_dpm.h 	u32 mclk_strobe_mode_threshold;
mclk_strobe_mode_threshold  431 drivers/gpu/drm/radeon/cypress_dpm.c 		if (mclk <= pi->mclk_strobe_mode_threshold)
mclk_strobe_mode_threshold 2063 drivers/gpu/drm/radeon/cypress_dpm.c 	pi->mclk_strobe_mode_threshold = 40000;
mclk_strobe_mode_threshold 4130 drivers/gpu/drm/radeon/ni_dpm.c 		pi->mclk_strobe_mode_threshold = 55000;
mclk_strobe_mode_threshold 4134 drivers/gpu/drm/radeon/ni_dpm.c 		pi->mclk_strobe_mode_threshold = 40000;
mclk_strobe_mode_threshold  641 drivers/gpu/drm/radeon/rv770_dpm.c 			if (pl->mclk <= pi->mclk_strobe_mode_threshold)
mclk_strobe_mode_threshold 1092 drivers/gpu/drm/radeon/rv770_dpm.c 			if (initial_state->low.mclk <= pi->mclk_strobe_mode_threshold)
mclk_strobe_mode_threshold 2380 drivers/gpu/drm/radeon/rv770_dpm.c 	pi->mclk_strobe_mode_threshold = 30000;
mclk_strobe_mode_threshold  118 drivers/gpu/drm/radeon/rv770_dpm.h 	u32 mclk_strobe_mode_threshold;
mclk_strobe_mode_threshold 3866 drivers/gpu/drm/radeon/si_dpm.c 	if (mclk <= pi->mclk_strobe_mode_threshold)
mclk_strobe_mode_threshold 6992 drivers/gpu/drm/radeon/si_dpm.c 	pi->mclk_strobe_mode_threshold = 40000;
mclk_strobe_mode_threshold 6996 drivers/gpu/drm/radeon/si_dpm.c 		pi->mclk_stutter_mode_threshold = pi->mclk_strobe_mode_threshold;