diff options
Diffstat (limited to 'drivers/gpu/drm/ttm')
| -rw-r--r-- | drivers/gpu/drm/ttm/ttm_agp_backend.c | 1 | ||||
| -rw-r--r-- | drivers/gpu/drm/ttm/ttm_bo_util.c | 1 | ||||
| -rw-r--r-- | drivers/gpu/drm/ttm/ttm_memory.c | 1 | ||||
| -rw-r--r-- | drivers/gpu/drm/ttm/ttm_tt.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c b/drivers/gpu/drm/ttm/ttm_agp_backend.c index 4648ed2f0143..4bf69c404491 100644 --- a/drivers/gpu/drm/ttm/ttm_agp_backend.c +++ b/drivers/gpu/drm/ttm/ttm_agp_backend.c | |||
| @@ -35,6 +35,7 @@ | |||
| 35 | #include "ttm/ttm_placement.h" | 35 | #include "ttm/ttm_placement.h" |
| 36 | #include <linux/agp_backend.h> | 36 | #include <linux/agp_backend.h> |
| 37 | #include <linux/module.h> | 37 | #include <linux/module.h> |
| 38 | #include <linux/slab.h> | ||
| 38 | #include <linux/io.h> | 39 | #include <linux/io.h> |
| 39 | #include <asm/agp.h> | 40 | #include <asm/agp.h> |
| 40 | 41 | ||
diff --git a/drivers/gpu/drm/ttm/ttm_bo_util.c b/drivers/gpu/drm/ttm/ttm_bo_util.c index 5ca37a58a98c..d764e82e799b 100644 --- a/drivers/gpu/drm/ttm/ttm_bo_util.c +++ b/drivers/gpu/drm/ttm/ttm_bo_util.c | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #include <linux/io.h> | 33 | #include <linux/io.h> |
| 34 | #include <linux/highmem.h> | 34 | #include <linux/highmem.h> |
| 35 | #include <linux/wait.h> | 35 | #include <linux/wait.h> |
| 36 | #include <linux/slab.h> | ||
| 36 | #include <linux/vmalloc.h> | 37 | #include <linux/vmalloc.h> |
| 37 | #include <linux/module.h> | 38 | #include <linux/module.h> |
| 38 | 39 | ||
diff --git a/drivers/gpu/drm/ttm/ttm_memory.c b/drivers/gpu/drm/ttm/ttm_memory.c index eb143e04d402..e055a3af926d 100644 --- a/drivers/gpu/drm/ttm/ttm_memory.c +++ b/drivers/gpu/drm/ttm/ttm_memory.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <linux/wait.h> | 32 | #include <linux/wait.h> |
| 33 | #include <linux/mm.h> | 33 | #include <linux/mm.h> |
| 34 | #include <linux/module.h> | 34 | #include <linux/module.h> |
| 35 | #include <linux/slab.h> | ||
| 35 | 36 | ||
| 36 | #define TTM_MEMORY_ALLOC_RETRIES 4 | 37 | #define TTM_MEMORY_ALLOC_RETRIES 4 |
| 37 | 38 | ||
diff --git a/drivers/gpu/drm/ttm/ttm_tt.c b/drivers/gpu/drm/ttm/ttm_tt.c index a759170763bb..0ef7f73ea56c 100644 --- a/drivers/gpu/drm/ttm/ttm_tt.c +++ b/drivers/gpu/drm/ttm/ttm_tt.c | |||
| @@ -34,6 +34,7 @@ | |||
| 34 | #include <linux/pagemap.h> | 34 | #include <linux/pagemap.h> |
| 35 | #include <linux/file.h> | 35 | #include <linux/file.h> |
| 36 | #include <linux/swap.h> | 36 | #include <linux/swap.h> |
| 37 | #include <linux/slab.h> | ||
| 37 | #include "drm_cache.h" | 38 | #include "drm_cache.h" |
| 38 | #include "ttm/ttm_module.h" | 39 | #include "ttm/ttm_module.h" |
| 39 | #include "ttm/ttm_bo_driver.h" | 40 | #include "ttm/ttm_bo_driver.h" |
