Commit cb808ab8 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu: add tmz queue parameter to mqd props



Use this to track the whether we want TMZ for queues.

Reviewed-by: default avatarSunil Khatri <sunil.khatri@amd.com>
Reviewed-by: default avatarJesse.Zhang <Jesse.zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 94a62b0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {