summaryrefslogtreecommitdiff
path: root/git2svn-sync
AgeCommit message (Expand)AuthorFilesLines
2010-01-04Change directory instead of setting GIT_DIR, correct tag ref pathTobias Klauser1-3/+6
2010-01-04Add script to sync git repos to subversion reposTobias Klauser1-0/+30
e>
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
parentc2dac8680ee49b0dc870b3d7b23c5102d3e49eb9 (diff)
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
-rw-r--r--drivers/gpu/drm/i915/Makefile1
-rw-r--r--drivers/gpu/drm/i915/i915_drv.c444
-rw-r--r--drivers/gpu/drm/i915/i915_pci.c461
3 files changed, 471 insertions, 435 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile