diff options
| author | Alex Deucher <[email protected]> | 2025-02-27 01:58:42 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-04-21 14:59:01 +0000 |
| commit | cb808ab833d1a9bbca0c7ed27e5a31c5c2c9f8cb (patch) | |
| tree | 5d62cdd1bb2275c3c85067604d27107da0a3d408 | |
| parent | drm/amdgpu/userq: add UAPI for setting up secure queues (diff) | |
| download | kernel-cb808ab833d1a9bbca0c7ed27e5a31c5c2c9f8cb.tar.gz kernel-cb808ab833d1a9bbca0c7ed27e5a31c5c2c9f8cb.zip | |
drm/amdgpu: add tmz queue parameter to mqd props
Use this to track the whether we want TMZ for queues.
Reviewed-by: Sunil Khatri <[email protected]>
Reviewed-by: Jesse.Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 68410ba1b944..decf66c2a718 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 { |
