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:
edc3d27
)
drm/amd/amdgpu: Add missing "DDR4" label
author
Tom St Denis
<
[email protected]
>
Fri, 9 Mar 2018 11:16:55 +0000
(06:16 -0500)
committer
Alex Deucher
<
[email protected]
>
Wed, 14 Mar 2018 19:38:25 +0000
(14:38 -0500)
The commit
d296278fd372003fc69588acfd0c0c5edbdf4874
added support for
detecting DDR4 but omitted the label that is printed out in
amdgpu_bo_init() resulting in a KASAN error.
Signed-off-by: Tom St Denis <
[email protected]
>
Reviewed-by: Christian König <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
index 9157745fce149b9be691859cb971f0245dafb8a8..3ad2b6c65b85cdbfb7d58572cdf3aadb34dd5404 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
@@
-821,7
+821,8
@@
static const char *amdgpu_vram_names[] = {
"GDDR4",
"GDDR5",
"HBM",
- "DDR3"
+ "DDR3",
+ "DDR4",
};
int amdgpu_bo_init(struct amdgpu_device *adev)