RAS will be supported on arcturus. The patch allow driver
to check ras hw & sw availablity on arcturus.

Signed-off-by: Hawking Zhang <hawking.zh...@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 3 ++-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
index 2ca3997..e41b539f 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
@@ -1484,7 +1484,8 @@ static void amdgpu_ras_check_supported(struct 
amdgpu_device *adev,
        *supported = 0;
 
        if (amdgpu_sriov_vf(adev) ||
-                       adev->asic_type != CHIP_VEGA20)
+                       (adev->asic_type != CHIP_VEGA20 &&
+                        adev->asic_type != CHIP_ARCTURUS))
                return;
 
        if (adev->is_atom_fw &&
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 
b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
index 651ec5d..86213f6 100644
--- a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
@@ -797,6 +797,7 @@ static int gmc_v9_0_late_init(void *handle)
                switch (adev->asic_type) {
                case CHIP_VEGA10:
                case CHIP_VEGA20:
+               case CHIP_ARCTURUS:
                        r = amdgpu_atomfirmware_mem_ecc_supported(adev);
                        if (!r) {
                                DRM_INFO("ECC is not present.\n");
-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to