drm/amdgpu: add tmz queue parameter to mqd props
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>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user