Re: [Intel-gfx] [PATCH 10/11] drm/i915: Split out the PCI driver interface to i915_pci.c

2016-05-30 Thread Joonas Lahtinen
On pe, 2016-05-27 at 15:00 +0100, Chris Wilson wrote: > 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 Assuming bulk move + addition of a few extern

[Intel-gfx] [PATCH 10/11] drm/i915: Split out the PCI driver interface to i915_pci.c

2016-05-27 Thread Chris Wilson
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 Cc: Daniel Vetter --- drivers/gpu/drm/i915/Makefile | 1 +