diff options
| author | Stanley.Yang <[email protected]> | 2021-06-15 08:26:49 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-06-18 21:01:35 +0000 |
| commit | e11d5e0d68cb7f1d796a25fac046e64d3696f22f (patch) | |
| tree | 9d3c445d91f42e1bb73ef2213769609bca25b32c /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
| parent | drm/amdgpu: Set TTM_PAGE_FLAG_SG earlier for userprt BOs (diff) | |
| download | kernel-e11d5e0d68cb7f1d796a25fac046e64d3696f22f.tar.gz kernel-e11d5e0d68cb7f1d796a25fac046e64d3696f22f.zip | |
drm/amdgpu: add vega20 to ras quirk list
Signed-off-by: Stanley.Yang <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c index bd24639aedfc..6d1e6005bd87 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c @@ -2063,7 +2063,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); } |
