diff options
author | Felix Kuehling <Felix.Kuehling@amd.com> | 2018-02-06 20:32:32 -0500 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2018-02-06 20:32:32 -0500 |
commit | 61b100e98f16e02df44862bba7798c7654b565f2 (patch) | |
tree | 215abf9a022e544268978cb9405cc99a082cc5e2 /drivers/gpu/drm/amd/amdgpu | |
parent | 473fee476a3c39f50bae07354972dd1cefaf79e9 (diff) |
drm/amdgpu: Fix header file dependencies
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 1 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h index 1d0d250cbfdf..06436c3ebd2b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | |||
@@ -26,6 +26,7 @@ | |||
26 | 26 | ||
27 | #include <drm/amdgpu_drm.h> | 27 | #include <drm/amdgpu_drm.h> |
28 | #include <drm/gpu_scheduler.h> | 28 | #include <drm/gpu_scheduler.h> |
29 | #include <drm/drm_print.h> | ||
29 | 30 | ||
30 | /* max number of rings */ | 31 | /* max number of rings */ |
31 | #define AMDGPU_MAX_RINGS 18 | 32 | #define AMDGPU_MAX_RINGS 18 |
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index fabf44b262be..e9841518343e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <linux/kfifo.h> | 28 | #include <linux/kfifo.h> |
29 | #include <linux/rbtree.h> | 29 | #include <linux/rbtree.h> |
30 | #include <drm/gpu_scheduler.h> | 30 | #include <drm/gpu_scheduler.h> |
31 | #include <drm/drm_file.h> | ||
31 | 32 | ||
32 | #include "amdgpu_sync.h" | 33 | #include "amdgpu_sync.h" |
33 | #include "amdgpu_ring.h" | 34 | #include "amdgpu_ring.h" |