[Intel-gfx] [PATCH 0/2] split up patch 6/8

Daniel Vetter daniel.vetter at ffwll.ch
Wed Apr 14 09:33:41 CEST 2010


While re-reading my own patches this morning I've realised that this patch
is one of these moulded-multiple-things-into-one monsters where the
submitter was too lazy to properly split things up.

So I've split it up to make reviewing easier. Please use these two patches
instead of the original patch 6/8. Aggregate diff is exactly the same.

-Daniel

Daniel Vetter (2):
  agp/intel: split out gmch/gtt probe, part 2
  agp/intel: make intel-gtt.c into a real source file

 drivers/char/agp/Makefile         |    1 +
 drivers/char/agp/intel-agp-gart.c |  925 ++++++++++++++++++++++++++++++++
 drivers/char/agp/intel-agp.c      | 1052 -------------------------------------
 drivers/char/agp/intel-agp.h      |    4 +
 drivers/char/agp/intel-gtt.c      |  123 +++++
 5 files changed, 1053 insertions(+), 1052 deletions(-)
 create mode 100644 drivers/char/agp/intel-agp-gart.c
 delete mode 100644 drivers/char/agp/intel-agp.c




More information about the Intel-gfx mailing list