aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-23 09:46:53 -0400
committerDave Airlie <airlied@redhat.com>2014-09-23 21:43:41 -0400
commitd9fc9413f97f5c615256a5657ec667c064c07a70 (patch)
tree42f6e33995c93f08e96dcfc886c2aaa1e45d2c72 /drivers/gpu/drm/i915/i915_drv.h
parentc2611031b49e9ccd571a3737845af3fca2a2090f (diff)
drm: Extract <drm/drm_gem.h>
v2: Don't forget git add, noticed by David. Cc: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Acked-by: David Herrmann <dh.herrmann@gmail.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 88a8b72b553e..19c0dd8e255e 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -43,6 +43,7 @@
43#include <linux/i2c-algo-bit.h> 43#include <linux/i2c-algo-bit.h>
44#include <drm/intel-gtt.h> 44#include <drm/intel-gtt.h>
45#include <drm/drm_legacy.h> /* for struct drm_dma_handle */ 45#include <drm/drm_legacy.h> /* for struct drm_dma_handle */
46#include <drm/drm_gem.h>
46#include <linux/backlight.h> 47#include <linux/backlight.h>
47#include <linux/hashtable.h> 48#include <linux/hashtable.h>
48#include <linux/intel-iommu.h> 49#include <linux/intel-iommu.h>