summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-06-24 14:00:26 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-06-24 14:45:37 +0100
commit42f5551d276921d4de8bd45765494b2dc63eb39c (patch)
tree438c4bfd1ce13faf292bf6c6e972434ce6ad70a9 /drivers/gpu/drm/i915/Makefile
parentc2dac8680ee49b0dc870b3d7b23c5102d3e49eb9 (diff)
downloadop-kernel-dev-42f5551d276921d4de8bd45765494b2dc63eb39c.zip
op-kernel-dev-42f5551d276921d4de8bd45765494b2dc63eb39c.tar.gz
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 c07cfb6..a3d2b78 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 \
OpenPOWER on IntegriCloud