Skip to content

Commit 2aecbe4

Browse files
Tim Huangalexdeucher
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 <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent f9caa23 commit 2aecbe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)