drm/amdgpu: add tmz support for GC IP v11.5.1
authorYifan Zhang <yifan1.zhang@amd.com>
Fri, 5 Jan 2024 05:49:36 +0000 (13:49 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Feb 2024 15:14:30 +0000 (10:14 -0500)
Add tmz support for GC 11.5.1.

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

index d4a848c51a83cba5cd37188b41a266af9f6835a4..be4629cdac0491edf0668aac52eaa4950fad67c8 100644 (file)
@@ -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) {