diff options
| author | Yifan Zhang <[email protected]> | 2024-01-05 05:49:36 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-02-22 15:14:30 +0000 |
| commit | 2612c8313fb67e28daae9c362fd1e89d005ebb90 (patch) | |
| tree | 14fd80d4ebb53e19a2967e9590a7a3f39112205e /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | |
| parent | drm/amdgpu: Do not toggle bif ras irq from guest (diff) | |
| download | kernel-2612c8313fb67e28daae9c362fd1e89d005ebb90.tar.gz kernel-2612c8313fb67e28daae9c362fd1e89d005ebb90.zip | |
drm/amdgpu: add tmz support for GC IP v11.5.1
Add tmz support for GC 11.5.1.
Signed-off-by: Yifan Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c index d4a848c51a83..be4629cdac04 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c @@ -843,6 +843,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev) case IP_VERSION(10, 3, 3): case IP_VERSION(11, 0, 4): case IP_VERSION(11, 5, 0): + case IP_VERSION(11, 5, 1): /* Don't enable it by default yet. */ if (amdgpu_tmz < 1) { |
