diff options
| author | Jiadong Zhu <[email protected]> | 2023-09-06 00:58:02 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-10-26 22:41:21 +0000 |
| commit | 037fb9c600240fd4e7e525c7e08e42645a44b2f7 (patch) | |
| tree | cbddc7389d693c29b958d4771687d33baab6cf32 /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | |
| parent | drm/amd/pm: drop unneeded dpm features disablement for SMU 14.0.0 (diff) | |
| download | kernel-037fb9c600240fd4e7e525c7e08e42645a44b2f7.tar.gz kernel-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 <[email protected]>
Reviewed-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 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) { |
