OSDN Git Service

drm/amd/powerplay: add BACO platformCaps for VEGA20
authorLe Ma <le.ma@amd.com>
Fri, 11 Oct 2019 11:00:00 +0000 (19:00 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Oct 2019 19:49:36 +0000 (15:49 -0400)
BACO reset is needed for RAS recovery.

Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c

index 6629c47..3d3c647 100644 (file)
@@ -183,6 +183,9 @@ static int vega20_set_features_platform_caps(struct pp_hwmgr *hwmgr)
                        PHM_PlatformCaps_TablelessHardwareInterface);
 
        phm_cap_set(hwmgr->platform_descriptor.platformCaps,
+                       PHM_PlatformCaps_BACO);
+
+       phm_cap_set(hwmgr->platform_descriptor.platformCaps,
                        PHM_PlatformCaps_EnableSMU7ThermalManagement);
 
        if (adev->pg_flags & AMD_PG_SUPPORT_UVD)