[AMD Official Use Only]

Reviewed-by: Hawking Zhang <hawking.zh...@amd.com>

Let's just say add vega20 to ras quirk list.

Regards,
Hawking
-----Original Message-----
From: Stanley.Yang <stanley.y...@amd.com> 
Sent: Wednesday, June 16, 2021 20:31
To: amd-gfx@lists.freedesktop.org; Zhang, Hawking <hawking.zh...@amd.com>
Cc: Yang, Stanley <stanley.y...@amd.com>
Subject: [PATCH Review 1/1] drm/amdgpu: force enable vega20 gaming sku gfx ras

Signed-off-by: Stanley.Yang <stanley.y...@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 4 +++-
 1 file 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 f404c2321a6a..ca5a32944242 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
@@ -2083,7 +2083,9 @@ static void amdgpu_ras_get_quirks(struct amdgpu_device 
*adev)
                return;
 
        if (strnstr(ctx->vbios_version, "D16406",
-                   sizeof(ctx->vbios_version)))
+                   sizeof(ctx->vbios_version)) ||
+               strnstr(ctx->vbios_version, "D36002",
+                       sizeof(ctx->vbios_version)))
                adev->ras_hw_enabled |= (1 << AMDGPU_RAS_BLOCK__GFX);  }
 
--
2.17.1
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to