diff options
| author | Huang Rui <[email protected]> | 2018-08-13 16:41:35 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-08-27 16:09:56 +0000 |
| commit | 2cddc50e98193f2c4aab10d05550b5ffe7587e73 (patch) | |
| tree | 50680f217668aee8414dfcaf6ea060ef27e898c9 /drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | |
| parent | drm/amdgpu: move psp macro into amdgpu_psp header (diff) | |
| download | kernel-2cddc50e98193f2c4aab10d05550b5ffe7587e73.tar.gz kernel-2cddc50e98193f2c4aab10d05550b5ffe7587e73.zip | |
drm/amdgpu: move gem definitions into amdgpu_gem header
Demangle amdgpu.h.
Signed-off-by: Huang Rui <[email protected]>
Acked-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c index 1c5d97f4b4dd..2686297e34e0 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c @@ -35,6 +35,7 @@ #include "amdgpu.h" #include "amdgpu_display.h" +#include "amdgpu_gem.h" #include <drm/amdgpu_drm.h> #include <linux/dma-buf.h> |
