summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLe Ma <le.ma@amd.com>2022-09-06 15:22:44 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 09:47:43 -0400
commitc3729997a23e8955f017b6286bd6c73b386fbe49 (patch)
tree0e4b004211579faae38e7fc21f020f82b7cdbe0a
parentfa9e78d14070c55a47dc092f6d18364680b83f44 (diff)
downloadlinux-c3729997a23e8955f017b6286bd6c73b386fbe49.tar.gz
linux-c3729997a23e8955f017b6286bd6c73b386fbe49.tar.bz2
linux-c3729997a23e8955f017b6286bd6c73b386fbe49.zip
drm/amdgpu: increase DISCOVERY_TMR_SIZE
New ip_discovery binary size is increased. Signed-off-by: Le Ma <le.ma@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.h
index 63ec6924b907..3a2f347bd50d 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.h
@@ -24,7 +24,7 @@
#ifndef __AMDGPU_DISCOVERY__
#define __AMDGPU_DISCOVERY__
-#define DISCOVERY_TMR_SIZE (4 << 10)
+#define DISCOVERY_TMR_SIZE (8 << 10)
#define DISCOVERY_TMR_OFFSET (64 << 10)
void amdgpu_discovery_fini(struct amdgpu_device *adev);