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

amdgpu: using vmalloc requires includeing vmalloc.h

Fixes: 240c811ccde4 ("drm/amdgpu: fix VRAM partially encroached issue in GDDR6 memory training(V2)")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Stephen Rothwell and committed by
Alex Deucher
7044cb6c 977f7e10

+1
+1
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c
··· 22 22 23 23 #include <linux/firmware.h> 24 24 #include <linux/module.h> 25 + #include <linux/vmalloc.h> 25 26 26 27 #include "amdgpu.h" 27 28 #include "amdgpu_psp.h"