]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: add tmz support for GC IP v11.5.2
authorTim Huang <Tim.Huang@amd.com>
Tue, 14 May 2024 06:14:17 +0000 (14:14 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Jul 2024 22:05:09 +0000 (18:05 -0400)
Add tmz support for GC 11.5.2.

Signed-off-by: Tim Huang <Tim.Huang@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c

index 3a762261191660466305c817dec964c79fac095c..c0265902565670e98d28b8f015380840b06eb703 100644 (file)
@@ -848,6 +848,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
        case IP_VERSION(11, 0, 4):
        case IP_VERSION(11, 5, 0):
        case IP_VERSION(11, 5, 1):
+       case IP_VERSION(11, 5, 2):
                /* Don't enable it by default yet.
                 */
                if (amdgpu_tmz < 1) {