commit | c16904b0f305c5f6bc31de118d4b1e60a5da5408 | [log] [tgz] |
---|---|---|
author | Evan Quan <evan.quan@amd.com> | Wed Feb 12 11:52:20 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Feb 13 16:16:45 2020 -0500 |
tree | fc5bd5793bee30fce27d41de982ffd7335b81943 | |
parent | 434cbcb1bd5dea181e6e2379f9f4d4949b51d445 [diff] |
drm/amd/powerplay: correct the way for checking SMU_FEATURE_BACO_BIT support Since 'smu_feature_is_enabled(smu, SMU_FEATURE_BACO_BIT)' will always return false considering the 'smu_system_features_control(smu, false)' disabled all SMU features. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Kenneth Feng <kenneth.feng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>