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:
fe2ccc7
)
drm/amdgpu: Remove unused members in amdgpu_mman
author
Lijo Lazar
<lijo.lazar@amd.com>
Thu, 16 Oct 2025 13:19:18 +0000
(18:49 +0530)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 20 Oct 2025 22:28:22 +0000
(18:28 -0400)
Discovery related members are now part of amdgpu_discovery_info.
Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
index
68e225e
..
577ee04
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
@@
-83,9
+83,6
@@
struct amdgpu_mman {
uint64_t stolen_reserved_offset;
uint64_t stolen_reserved_size;
- /* discovery */
- uint8_t *discovery_bin;
- uint32_t discovery_tmr_size;
/* fw reserved memory */
struct amdgpu_bo *fw_reserved_memory;
struct amdgpu_bo *fw_reserved_memory_extend;