]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/amdgpu: Add missing "DDR4" label
authorTom St Denis <tom.stdenis@amd.com>
Fri, 9 Mar 2018 11:16:55 +0000 (06:16 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Mar 2018 19:38:25 +0000 (14:38 -0500)
commit9acd1d97c4c9cff832431870d4be475867656da7
tree9fb07854f9fe9fd076daa771562295f9af575ea9
parentd119db20fdd4a0dd5241e0b22dd8b4362ec92d22
drm/amd/amdgpu: Add missing "DDR4" label

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 <tom.stdenis@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c