Skip to content

Commit

Permalink
drm/amdgpu: add tmz queue parameter to mqd props
Browse files Browse the repository at this point in the history
Use this to track the whether we want TMZ for queues.

Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Jesse.Zhang <Jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Deucher committed Apr 21, 2025
1 parent 94a62b0 commit cb808ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/amdgpu/amdgpu.h
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit cb808ab

Please sign in to comment.