[PATCH 4/4] drm/amdgpu: add tmz support for GC IP v11.0.4
Alex Deucher
alexdeucher at gmail.com
Mon Dec 5 15:41:19 UTC 2022
Series is:
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
On Mon, Dec 5, 2022 at 4:43 AM Tim Huang <tim.huang at amd.com> wrote:
>
> Add tmz support for GC 11.0.4.
>
> Signed-off-by: Tim Huang <tim.huang 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 e970e3760cec..02a4c93673ce 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> @@ -549,6 +549,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
> /* YELLOW_CARP*/
> case IP_VERSION(10, 3, 3):
> case IP_VERSION(11, 0, 1):
> + case IP_VERSION(11, 0, 4):
> /* Don't enable it by default yet.
> */
> if (amdgpu_tmz < 1) {
> --
> 2.25.1
>
More information about the amd-gfx
mailing list