Symbol: PP_CAP
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
1063
if (PP_CAP(PHM_PlatformCaps_SQRamping) ||
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
1064
PP_CAP(PHM_PlatformCaps_DBRamping) ||
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
1065
PP_CAP(PHM_PlatformCaps_TDRamping) ||
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
1066
PP_CAP(PHM_PlatformCaps_TCPRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
1095
if (PP_CAP(PHM_PlatformCaps_CAC)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
1113
if (PP_CAP(PHM_PlatformCaps_CAC) && data->cac_enabled) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
1162
if (PP_CAP(PHM_PlatformCaps_PowerContainment)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
1199
if (PP_CAP(PHM_PlatformCaps_PowerContainment) &&
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
1251
if (PP_CAP(PHM_PlatformCaps_PowerContainment)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
864
block_en = PP_CAP(PHM_PlatformCaps_SQRamping) ? en : 0;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
870
block_en = PP_CAP(PHM_PlatformCaps_DBRamping) ? en : 0;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
876
block_en = PP_CAP(PHM_PlatformCaps_TDRamping) ? en : 0;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
882
block_en = PP_CAP(PHM_PlatformCaps_TCPRamping) ? en : 0;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
968
if (PP_CAP(PHM_PlatformCaps_SQRamping) ||
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
969
PP_CAP(PHM_PlatformCaps_DBRamping) ||
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
970
PP_CAP(PHM_PlatformCaps_TDRamping) ||
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c
971
PP_CAP(PHM_PlatformCaps_TCPRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c
150
if (PP_CAP(PHM_PlatformCaps_ODFuzzyFanControlSupport)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c
154
if (PP_CAP(PHM_PlatformCaps_FanSpeedInTableIsRPM))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c
181
!PP_CAP(PHM_PlatformCaps_customThermalManagement))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c
215
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c
246
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c
275
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c
40
if (PP_CAP(PHM_PlatformCaps_FanSpeedInTableIsRPM) &&
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c
431
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1231
if (PP_CAP(PHM_PlatformCaps_UVDPowerGating))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1238
if (PP_CAP(PHM_PlatformCaps_UVDPowerGating)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1242
PP_CAP(PHM_PlatformCaps_UVDDynamicPowerGating) ? 1 : 0,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1256
if (PP_CAP(PHM_PlatformCaps_StablePState) ||
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1285
if (PP_CAP(PHM_PlatformCaps_VCEPowerGating))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1294
if (PP_CAP(PHM_PlatformCaps_VCEPowerGating))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1857
if (PP_CAP(PHM_PlatformCaps_StablePState) ||
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
2414
if (PP_CAP(PHM_PlatformCaps_RegulatorHot) &&
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
2427
if (PP_CAP(PHM_PlatformCaps_AutomaticDCTransition) &&
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
2774
if (PP_CAP(PHM_PlatformCaps_RegulatorHot)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
2983
if (PP_CAP(PHM_PlatformCaps_Falcon_QuickTransition)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3072
if (PP_CAP(PHM_PlatformCaps_ThermalController)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3327
if (PP_CAP(PHM_PlatformCaps_StablePState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3360
PP_CAP(PHM_PlatformCaps_DisableMclkSwitchingForFrameLock);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3362
PP_CAP(PHM_PlatformCaps_DisableMclkSwitchForVR);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3363
force_mclk_high = PP_CAP(PHM_PlatformCaps_ForceMclkHigh);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3418
if (PP_CAP(PHM_PlatformCaps_StablePState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
3813
if (PP_CAP(PHM_PlatformCaps_SclkThrottleLowNotification) &&
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
4258
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
4262
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
442
if (PP_CAP(PHM_PlatformCaps_UVDDPM))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
445
if (PP_CAP(PHM_PlatformCaps_VCEDPM))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
453
if (PP_CAP(PHM_PlatformCaps_SclkDeepSleep) &&
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
4926
if (PP_CAP(PHM_PlatformCaps_SclkDeepSleep)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
4941
if (PP_CAP(PHM_PlatformCaps_ThermalController))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
578
if (PP_CAP(PHM_PlatformCaps_ClockStretcher)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
881
if (PP_CAP(PHM_PlatformCaps_ControlVDDCI)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
1076
if (PP_CAP(PHM_PlatformCaps_GCEDC)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
1081
if (PP_CAP(PHM_PlatformCaps_PSM))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
1098
if (PP_CAP(PHM_PlatformCaps_GCEDC)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
1103
if (PP_CAP(PHM_PlatformCaps_PSM))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
1302
if (PP_CAP(PHM_PlatformCaps_PowerContainment)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
1328
if (PP_CAP(PHM_PlatformCaps_PowerContainment)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
1357
if (PP_CAP(PHM_PlatformCaps_PowerContainment)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
806
if (PP_CAP(PHM_PlatformCaps_SQRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
813
if (PP_CAP(PHM_PlatformCaps_DBRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
820
if (PP_CAP(PHM_PlatformCaps_TDRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
827
if (PP_CAP(PHM_PlatformCaps_TCPRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
834
if (PP_CAP(PHM_PlatformCaps_DBRRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
839
if (PP_CAP(PHM_PlatformCaps_DiDtEDCEnable)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
840
if (PP_CAP(PHM_PlatformCaps_SQRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
847
if (PP_CAP(PHM_PlatformCaps_DBRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
854
if (PP_CAP(PHM_PlatformCaps_TDRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
861
if (PP_CAP(PHM_PlatformCaps_TCPRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
868
if (PP_CAP(PHM_PlatformCaps_DBRRamping)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
964
if (PP_CAP(PHM_PlatformCaps_GCEDC))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
967
if (PP_CAP(PHM_PlatformCaps_PSM))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
984
if (PP_CAP(PHM_PlatformCaps_GCEDC)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c
989
if (PP_CAP(PHM_PlatformCaps_PSM))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_thermal.c
260
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_thermal.c
290
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_thermal.c
315
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_thermal.c
50
if (PP_CAP(PHM_PlatformCaps_FanSpeedInTableIsRPM) &&
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_thermal.c
612
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1766
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
1770
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2381
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2405
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2449
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2468
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2487
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2506
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
985
if (PP_CAP(PHM_PlatformCaps_PowerContainment)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_thermal.c
278
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
2788
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
2792
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
3798
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
3822
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
3882
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
3901
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
3920
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
3939
if (PP_CAP(PHM_PlatformCaps_UMDPState)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_powertune.c
63
if (PP_CAP(PHM_PlatformCaps_PowerContainment)) {
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_thermal.c
149
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_thermal.c
197
if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl)) {
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
2879
if (PP_CAP(PHM_PlatformCaps_UVDDPM) || uvd_table->count <= 0)
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
2892
if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_UVDDPM))
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
2924
if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_VCEDPM))