Home
last modified time | relevance | path

Searched refs:smu_cmn_feature_is_supported (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1590 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_GFXCLK_BIT)) { in smu_v14_0_deep_sleep_control()
1598 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_UCLK_BIT)) { in smu_v14_0_deep_sleep_control()
1606 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_FCLK_BIT)) { in smu_v14_0_deep_sleep_control()
1614 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_SOCCLK_BIT)) { in smu_v14_0_deep_sleep_control()
1622 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_LCLK_BIT)) { in smu_v14_0_deep_sleep_control()
1630 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_VCN_BIT)) { in smu_v14_0_deep_sleep_control()
1638 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_MP0CLK_BIT)) { in smu_v14_0_deep_sleep_control()
1646 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_MP1CLK_BIT)) { in smu_v14_0_deep_sleep_control()
1662 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_GFX_ULV_BIT)) in smu_v14_0_gfx_ulv_control()
1706 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_BACO_BIT) && in smu_v14_0_get_bamaco_support()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c1074 if (!smu_cmn_feature_is_supported(smu, SMU_FEATURE_FAN_CONTROL_BIT)) in smu_v11_0_auto_fan_control()
1506 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_BACO_BIT) && in smu_v11_0_get_bamaco_support()
2028 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_GFX_ULV_BIT)) in smu_v11_0_gfx_ulv_control()
2040 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_GFXCLK_BIT)) { in smu_v11_0_deep_sleep_control()
2048 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_UCLK_BIT)) { in smu_v11_0_deep_sleep_control()
2056 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_FCLK_BIT)) { in smu_v11_0_deep_sleep_control()
2064 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_SOCCLK_BIT)) { in smu_v11_0_deep_sleep_control()
2072 if (smu_cmn_feature_is_supported(smu, SMU_FEATURE_DS_LCLK_BIT)) { in smu_v11_0_deep_sleep_control()
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.h137 int smu_cmn_feature_is_supported(struct smu_context *smu,
H A Dsmu_cmn.c678 int smu_cmn_feature_is_supported(struct smu_context *smu, in smu_cmn_feature_is_supported() function