Skip to content

Commit 883687c

Browse files
Lijo Lazaralexdeucher
authored andcommitted
drm/amdgpu: Remove unused members in amdgpu_mman
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>
1 parent fe2ccc7 commit 883687c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ struct amdgpu_mman {
8383
uint64_t stolen_reserved_offset;
8484
uint64_t stolen_reserved_size;
8585

86-
/* discovery */
87-
uint8_t *discovery_bin;
88-
uint32_t discovery_tmr_size;
8986
/* fw reserved memory */
9087
struct amdgpu_bo *fw_reserved_memory;
9188
struct amdgpu_bo *fw_reserved_memory_extend;

0 commit comments

Comments
 (0)