agp/intel: split out gmch/gtt probe, part 2
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 24 Aug 2010 17:39:48 +0000 (19:39 +0200)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Sep 2010 20:20:05 +0000 (21:20 +0100)
commit02c026ced58f33bb5702d3063c05dae2b651e4ba
treee51caf2fd184aa931e777f28f02c86956a9fae89
parent309b1e3ab750c0ad4d77c6a6e434402e3346baf4
agp/intel: split out gmch/gtt probe, part 2

This just splits the device list into two and moves the gtt related stuff
to intel-gtt.c. The two new devices lists also lose the not longer needed
fields. There where only about 5 cases anyway with both a gmch and a
possible agp port, so the duplication of entries is rather small.
Additionally kill 2 out of the three Ironlake mobile entries that
only differed in host bridge pci id.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/char/agp/intel-agp.c
drivers/char/agp/intel-gtt.c