mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
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:
parent
94a62b0f57
commit
cb808ab833
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user