From: Alex Deucher Date: Thu, 27 Feb 2025 01:58:42 +0000 (-0500) Subject: drm/amdgpu: add tmz queue parameter to mqd props X-Git-Tag: v6.16-rc1~144^2~10^2~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb808ab833d1a9bbca0c7ed27e5a31c5c2c9f8cb;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: add tmz queue parameter to mqd props Use this to track the whether we want TMZ for queues. Reviewed-by: Sunil Khatri Reviewed-by: Jesse.Zhang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 68410ba1b9446..decf66c2a7187 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -835,6 +835,7 @@ struct amdgpu_mqd_prop { uint64_t gds_bkup_addr; uint64_t csa_addr; uint64_t fence_address; + bool tmz_queue; }; struct amdgpu_mqd {