HomeSort by: relevance | last modified time | path
    Searched refs:smu_feature_is_supported (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_navi10_ppt.c 1084 smu_feature_is_supported(smu, SMU_FEATURE_DPM_DCEFCLK_BIT) &&
1085 smu_feature_is_supported(smu, SMU_FEATURE_DPM_SOCCLK_BIT)) {
1468 if (smu_feature_is_supported(smu, SMU_FEATURE_DPM_DCEFCLK_BIT)) {
1474 if (smu_feature_is_supported(smu, SMU_FEATURE_DS_DCEFCLK_BIT)) {
amdgpu_vega20_ppt.c 2080 smu_feature_is_supported(smu, SMU_FEATURE_DPM_DCEFCLK_BIT) &&
2081 smu_feature_is_supported(smu, SMU_FEATURE_DPM_SOCCLK_BIT)) {
2250 if (smu_feature_is_supported(smu, SMU_FEATURE_DPM_DCEFCLK_BIT)) {
2254 if (smu_feature_is_supported(smu, SMU_FEATURE_DS_DCEFCLK_BIT)) {
2826 if (!smu_feature_is_supported(smu, SMU_FEATURE_DPM_UVD_BIT))
2837 if (!smu_feature_is_supported(smu, SMU_FEATURE_DPM_VCE_BIT))
amdgpu_smu_v11_0.c 1406 if (!smu_feature_is_supported(smu, SMU_FEATURE_FAN_CONTROL_BIT))
1659 if (smu_feature_is_supported(smu, SMU_FEATURE_BACO_BIT) &&
amdgpu_smu.c 718 int smu_feature_is_supported(struct smu_context *smu, enum smu_feature_mask mask) function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h 668 extern int smu_feature_is_supported(struct smu_context *smu,

Completed in 18 milliseconds