OSDN Git Service

drm/amdgpu: Change AMDGPU_CSA_SIZE to 128K
authorRex Zhu <Rex.Zhu@amd.com>
Wed, 24 Oct 2018 12:06:37 +0000 (20:06 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Nov 2018 19:21:50 +0000 (14:21 -0500)
In order to support new asics and MCBP feature
enablement on baremetal.

Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h

index ef2dfb0..524b443 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef AMDGPU_CSA_MANAGER_H
 #define AMDGPU_CSA_MANAGER_H
 
-#define AMDGPU_CSA_SIZE                (8 * 1024)
+#define AMDGPU_CSA_SIZE                (128 * 1024)
 
 uint32_t amdgpu_get_total_csa_size(struct amdgpu_device *adev);
 uint64_t amdgpu_csa_vaddr(struct amdgpu_device *adev);