Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: enable tmz on renoir asics

The tmz functions are verified on renoir chips as well. So enable it by
default.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Tested-by: Lang Yu <Lang.Yu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Huang Rui and committed by
Alex Deucher
9406d39b 28a5d7a5

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
··· 487 487 { 488 488 switch (adev->asic_type) { 489 489 case CHIP_RAVEN: 490 + case CHIP_RENOIR: 490 491 if (amdgpu_tmz == 0) { 491 492 adev->gmc.tmz_enabled = false; 492 493 dev_info(adev->dev, ··· 498 497 "Trusted Memory Zone (TMZ) feature enabled\n"); 499 498 } 500 499 break; 501 - case CHIP_RENOIR: 502 500 case CHIP_NAVI10: 503 501 case CHIP_NAVI14: 504 502 case CHIP_NAVI12: