summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAaron Liu <aaron.liu@amd.com>2021-06-21 13:17:10 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-06-30 00:18:23 -0400
commitc8af9390e5c01b83600a700bf287087d0eabb387 (patch)
tree3aaf50f13870158a694a58e15a9102bcb851acd5 /drivers/gpu
parentd4ebc2007040a0aff01bfe1b194085d3867328fd (diff)
downloadlinux-stable-c8af9390e5c01b83600a700bf287087d0eabb387.tar.gz
linux-stable-c8af9390e5c01b83600a700bf287087d0eabb387.tar.bz2
linux-stable-c8af9390e5c01b83600a700bf287087d0eabb387.zip
drm/amdgpu: enable tmz on yellow carp
The tmz functions are verified on yellow carp. So enable it by default. Signed-off-by: Aaron Liu <aaron.liu@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
index 0174f7817ce2..d0b8d415b63b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -562,6 +562,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
case CHIP_NAVI14:
case CHIP_NAVI12:
case CHIP_VANGOGH:
+ case CHIP_YELLOW_CARP:
/* Don't enable it by default yet.
*/
if (amdgpu_tmz < 1) {