Skip to content

Commit cb808ab

Browse files
committed
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]>
1 parent 94a62b0 commit cb808ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ struct amdgpu_mqd_prop {
835835
uint64_t gds_bkup_addr;
836836
uint64_t csa_addr;
837837
uint64_t fence_address;
838+
bool tmz_queue;
838839
};
839840

840841
struct amdgpu_mqd {

0 commit comments

Comments
 (0)