]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: Remove unused members in amdgpu_mman
authorLijo Lazar <lijo.lazar@amd.com>
Thu, 16 Oct 2025 13:19:18 +0000 (18:49 +0530)
committerAlex 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

index 68e225efec3a81b6b83eb6846c24c30e095176ca..577ee04ce0bf196bd46a0b9a689446f18cd1b584 100644 (file)
@@ -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;