diff options
| author | Hawking Zhang <[email protected]> | 2021-04-22 13:58:08 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-04-23 21:16:14 +0000 |
| commit | 502f0e28042b4ef271c70f54dc2e4feb230fdb64 (patch) | |
| tree | 53307406f5f4f50606d373df4673ab00e031cca1 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
| parent | drm/amdkfd: add per-vmid-debug map_process_support (diff) | |
| download | kernel-502f0e28042b4ef271c70f54dc2e4feb230fdb64.tar.gz kernel-502f0e28042b4ef271c70f54dc2e4feb230fdb64.zip | |
drm/amdgpu: disable gfx ras by default in aldebaran
aldebaran gfx ras is still under development
Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: Dennis Li <[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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c index bb0d02755f11..f62873fbf249 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c @@ -2066,8 +2066,7 @@ static void amdgpu_ras_check_supported(struct amdgpu_device *adev, } else { /* driver only manages a few IP blocks RAS feature * when GPU is connected cpu through XGMI */ - *hw_supported |= (1 << AMDGPU_RAS_BLOCK__GFX | - 1 << AMDGPU_RAS_BLOCK__SDMA | + *hw_supported |= (1 << AMDGPU_RAS_BLOCK__SDMA | 1 << AMDGPU_RAS_BLOCK__MMHUB); } |
