diff options
| author | Prike Liang <[email protected]> | 2022-02-17 09:49:07 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-02-22 19:44:27 +0000 |
| commit | 7342bf6530a78ae80b27d9a13bb10a409fdc20ad (patch) | |
| tree | 7ba22c7345da63058e04f8cd257fee9121a2e0ef /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | |
| parent | drm/amdgpu: bypass tiling flag check in virtual display case (v2) (diff) | |
| download | kernel-7342bf6530a78ae80b27d9a13bb10a409fdc20ad.tar.gz kernel-7342bf6530a78ae80b27d9a13bb10a409fdc20ad.zip | |
drm/amdgpu: enable TMZ option for onwards asic
The TMZ is disabled by default and enable TMZ option
for the IP discovery based asic will help on the TMZ
function verification.
Signed-off-by: Prike Liang <[email protected]>
Reviewed-by: Aaron Liu <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 1 |
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 a71688d1c1b1..78498d1d1769 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c @@ -537,6 +537,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev) case CHIP_NAVI12: case CHIP_VANGOGH: case CHIP_YELLOW_CARP: + case CHIP_IP_DISCOVERY: /* Don't enable it by default yet. */ if (amdgpu_tmz < 1) { |
