diff options
author | Jiadong Zhu <Jiadong.Zhu@amd.com> | 2023-09-06 02:58:02 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-10-27 00:41:21 +0200 |
commit | 037fb9c600240fd4e7e525c7e08e42645a44b2f7 (patch) | |
tree | cbddc7389d693c29b958d4771687d33baab6cf32 | |
parent | drm/amd/pm: drop unneeded dpm features disablement for SMU 14.0.0 (diff) | |
download | linux-037fb9c600240fd4e7e525c7e08e42645a44b2f7.tar.xz linux-037fb9c600240fd4e7e525c7e08e42645a44b2f7.zip |
drm/amdgpu: add tmz support for GC IP v11.5.0
Add tmz support for GC 11.5.0.
Signed-off-by: Jiadong Zhu <Jiadong.Zhu@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-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 a02992bff6af..2dce338b0f1e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c @@ -786,6 +786,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev) /* YELLOW_CARP*/ case IP_VERSION(10, 3, 3): case IP_VERSION(11, 0, 4): + case IP_VERSION(11, 5, 0): /* Don't enable it by default yet. */ if (amdgpu_tmz < 1) { |