[PATCH] drm/amdgpu: allow TMZ on vangogh
Luben Tuikov
luben.tuikov at amd.com
Thu Oct 29 23:39:14 UTC 2020
Reviewed-by: Luben Tuikov <luben.tuikov at amd.com>
Regards,
Luben
On 2020-10-29 16:31, Alex Deucher wrote:
> Uses the same pathes as navi.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> index fa799600a58f..1449489cbe78 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> @@ -393,6 +393,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
> case CHIP_NAVI10:
> case CHIP_NAVI14:
> case CHIP_NAVI12:
> + case CHIP_VANGOGH:
> /* Don't enable it by default yet.
> */
> if (amdgpu_tmz < 1) {
>
More information about the amd-gfx
mailing list