Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: Change AMDGPU_CSA_SIZE to 128K

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>

authored by

Rex Zhu and committed by
Alex Deucher
8469868d 7946340f

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h
··· 25 25 #ifndef AMDGPU_CSA_MANAGER_H 26 26 #define AMDGPU_CSA_MANAGER_H 27 27 28 - #define AMDGPU_CSA_SIZE (8 * 1024) 28 + #define AMDGPU_CSA_SIZE (128 * 1024) 29 29 30 30 uint32_t amdgpu_get_total_csa_size(struct amdgpu_device *adev); 31 31 uint64_t amdgpu_csa_vaddr(struct amdgpu_device *adev);