Skip to content

Commit 2aecbe4

Browse files
timhuang-amdalexdeucher
authored andcommitted
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>
1 parent f9caa23 commit 2aecbe4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
549549
/* YELLOW_CARP*/
550550
case IP_VERSION(10, 3, 3):
551551
case IP_VERSION(11, 0, 1):
552+
case IP_VERSION(11, 0, 4):
552553
/* Don't enable it by default yet.
553554
*/
554555
if (amdgpu_tmz < 1) {

0 commit comments

Comments
 (0)