There is no longer a ras dependency so it's safe to expose
on all boards.

Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c 
b/drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c
index d1b7955bb4c7..cf43629d29d2 100644
--- a/drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c
+++ b/drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c
@@ -522,11 +522,9 @@ static int vega20_smu_init(struct pp_hwmgr *hwmgr)
        priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].version = 0x01;
        priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].size = 
sizeof(DpmActivityMonitorCoeffInt_t);
 
-       if (adev->psp.ras.ras) {
-               ret = smu_v11_0_i2c_control_init(&adev->pm.smu_i2c);
-               if (ret)
-                       goto err4;
-       }
+       ret = smu_v11_0_i2c_control_init(&adev->pm.smu_i2c);
+       if (ret)
+               goto err4;
 
        return 0;
 
@@ -562,8 +560,7 @@ static int vega20_smu_fini(struct pp_hwmgr *hwmgr)
                        (struct vega20_smumgr *)(hwmgr->smu_backend);
        struct amdgpu_device *adev = hwmgr->adev;
 
-       if (adev->psp.ras.ras)
-               smu_v11_0_i2c_control_fini(&adev->pm.smu_i2c);
+       smu_v11_0_i2c_control_fini(&adev->pm.smu_i2c);
 
        if (priv) {
                
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle,
-- 
2.25.4

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to