aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorGravatar Chris Wilson <chris@chris-wilson.co.uk> 2016-06-24 14:00:26 +0100
committerGravatar Chris Wilson <chris@chris-wilson.co.uk> 2016-06-24 14:45:37 +0100
commit42f5551d276921d4de8bd45765494b2dc63eb39c (patch)
tree438c4bfd1ce13faf292bf6c6e972434ce6ad70a9 /drivers/gpu/drm/i915/Makefile
parentdrm/i915: Fix misleading driver debug message (diff)
downloadlinux-42f5551d276921d4de8bd45765494b2dc63eb39c.tar.gz
linux-42f5551d276921d4de8bd45765494b2dc63eb39c.tar.bz2
linux-42f5551d276921d4de8bd45765494b2dc63eb39c.zip
drm/i915: Split out the PCI driver interface to i915_pci.c
To reclaim a bit of space from i915_drv.c, we can move the routines that just hook us into the PCI device tree into i915_pci.c Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1466773227-7994-14-git-send-email-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index c07cfb649f32..a3d2b789c9ec 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -10,6 +10,7 @@ subdir-ccflags-$(CONFIG_DRM_I915_WERROR) := -Werror
i915-y := i915_drv.o \
i915_irq.o \
i915_params.o \
+ i915_pci.o \
i915_suspend.o \
i915_sysfs.o \
intel_csr.o \