[Intel-gfx] [PATCH 0/8] split intel-agp.c into gtt and agp port driver - rebased
Daniel Vetter
daniel.vetter at ffwll.ch
Wed Apr 14 00:29:50 CEST 2010
Hi Eric,
As discussed on irc, here's my intel-agp splitup series (minus the patch
you've already merged, obviously). Rebased on top of latest drm-intel-next,
no other changes (save two spelling fixes).
Please review and merge.
Thanks, Daniel
Daniel Vetter (8):
agp/intel: introduce intel-agp.h header file
agp/intel: split out the GTT support
agp/intel: uncoditionally reconfigure driver on resume
drm/intel: kill mutli_gmch_chip
agp/intel: split out gmch/gtt probe, part 1
agp/intel: split out gmch/gtt probe, part 2
agp/intel-gtt: kill intel_i830_tlbflush
agp/intel-gtt: kill previous_size assignments
drivers/char/agp/Makefile | 1 +
drivers/char/agp/agp.h | 80 --
drivers/char/agp/efficeon-agp.c | 1 +
drivers/char/agp/intel-agp-gart.c | 925 +++++++++++++
drivers/char/agp/intel-agp.c | 2730 -------------------------------------
drivers/char/agp/intel-agp.h | 243 ++++
drivers/char/agp/intel-gtt.c | 1639 ++++++++++++++++++++++
7 files changed, 2809 insertions(+), 2810 deletions(-)
create mode 100644 drivers/char/agp/intel-agp-gart.c
delete mode 100644 drivers/char/agp/intel-agp.c
create mode 100644 drivers/char/agp/intel-agp.h
create mode 100644 drivers/char/agp/intel-gtt.c
More information about the Intel-gfx
mailing list