projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7946340
)
drm/amdgpu: Change AMDGPU_CSA_SIZE to 128K
author
Rex Zhu
<Rex.Zhu@amd.com>
Wed, 24 Oct 2018 12:06:37 +0000
(20:06 +0800)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h
index ef2dfb0cd760404d6d00cfd159fdfb22862786e2..524b4437a021781e4d95f98f36227850dd581211 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_csa.h
@@
-25,7
+25,7
@@
#ifndef AMDGPU_CSA_MANAGER_H
#define AMDGPU_CSA_MANAGER_H
-#define AMDGPU_CSA_SIZE (8 * 1024)
+#define AMDGPU_CSA_SIZE (
12
8 * 1024)
uint32_t amdgpu_get_total_csa_size(struct amdgpu_device *adev);
uint64_t amdgpu_csa_vaddr(struct amdgpu_device *adev);