summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
diff options
context:
space:
mode:
authorTim Huang <tim.huang@amd.com>2022-12-05 09:33:25 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-12-06 18:18:12 +0300
commit2aecbe492a3c0bf4c21f78c099a6f6c205fab0c7 (patch)
treede2c4311e324bbc17bb274bd1da5d975fa135eaf /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
parentf9caa237372b106b5e70ba1a4bfd4222eb79ec71 (diff)
downloadlinux-2aecbe492a3c0bf4c21f78c099a6f6c205fab0c7.tar.xz
drm/amdgpu: add tmz support for GC IP v11.0.4
Add tmz support for GC 11.0.4. Signed-off-by: Tim Huang <tim.huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c1
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 e970e3760cec..02a4c93673ce 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -549,6 +549,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
/* YELLOW_CARP*/
case IP_VERSION(10, 3, 3):
case IP_VERSION(11, 0, 1):
+ case IP_VERSION(11, 0, 4):
/* Don't enable it by default yet.
*/
if (amdgpu_tmz < 1) {