diff options
Diffstat (limited to 'drivers/gpu/drm/arc/arcpgu_drv.c')
-rw-r--r-- | drivers/gpu/drm/arc/arcpgu_drv.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/arc/arcpgu_drv.c b/drivers/gpu/drm/arc/arcpgu_drv.c index 206a76abf771..39a79f5718c4 100644 --- a/drivers/gpu/drm/arc/arcpgu_drv.c +++ b/drivers/gpu/drm/arc/arcpgu_drv.c | |||
@@ -16,12 +16,18 @@ | |||
16 | 16 | ||
17 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
18 | #include <drm/drm_crtc_helper.h> | 18 | #include <drm/drm_crtc_helper.h> |
19 | #include <drm/drm_device.h> | ||
20 | #include <drm/drm_debugfs.h> | ||
21 | #include <drm/drm_drv.h> | ||
19 | #include <drm/drm_fb_cma_helper.h> | 22 | #include <drm/drm_fb_cma_helper.h> |
20 | #include <drm/drm_fb_helper.h> | 23 | #include <drm/drm_fb_helper.h> |
21 | #include <drm/drm_gem_cma_helper.h> | 24 | #include <drm/drm_gem_cma_helper.h> |
22 | #include <drm/drm_gem_framebuffer_helper.h> | 25 | #include <drm/drm_gem_framebuffer_helper.h> |
23 | #include <drm/drm_atomic_helper.h> | 26 | #include <drm/drm_atomic_helper.h> |
27 | #include <linux/dma-mapping.h> | ||
28 | #include <linux/module.h> | ||
24 | #include <linux/of_reserved_mem.h> | 29 | #include <linux/of_reserved_mem.h> |
30 | #include <linux/platform_device.h> | ||
25 | 31 | ||
26 | #include "arcpgu.h" | 32 | #include "arcpgu.h" |
27 | #include "arcpgu_regs.h" | 33 | #include "arcpgu_regs.h" |