From: Lijo Lazar Date: Thu, 16 Oct 2025 13:19:18 +0000 (+0530) Subject: drm/amdgpu: Remove unused members in amdgpu_mman X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=883687c30736c1b4d36c8cc6153bca5c2c76a5d8;p=thirdparty%2Flinux.git drm/amdgpu: Remove unused members in amdgpu_mman Discovery related members are now part of amdgpu_discovery_info. Signed-off-by: Lijo Lazar Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h index 68e225efec3a8..577ee04ce0bf1 100644 --- 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;