projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94a62b0
)
drm/amdgpu: add tmz queue parameter to mqd props
author
Alex Deucher
<alexander.deucher@amd.com>
Thu, 27 Feb 2025 01:58:42 +0000
(20:58 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:59:01 +0000
(10:59 -0400)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index
68410ba
..
decf66c
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@
-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 {