Keith Packard 0839ccb8ac i915: use io-mapping interfaces instead of a variety of mapping kludges
Impact: optimize/clean-up the IO mapping implementation of the i915 DRM driver

Switch the i915 device aperture mapping to the io-mapping interface, taking
advantage of the cleaner API to extend it across all of the mapping uses,
including both pwrite and relocation updates.

This dramatically improves performance on 64-bit kernels which were using
the same slow path as 32-bit non-HIGHMEM kernels prior to this patch.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-10-31 10:12:40 +01:00
..
2008-10-21 07:48:21 -04:00
2008-10-26 10:27:01 +01:00
2008-10-22 01:19:39 +02:00
2008-10-30 15:55:47 +01:00
2008-10-26 09:35:05 -07:00
2008-10-21 07:48:33 -04:00
2008-10-30 11:38:46 -07:00
2008-10-28 15:50:54 -07:00
2008-10-16 11:21:30 -07:00
2008-10-21 15:49:55 +11:00
2008-10-23 00:11:07 -04:00
2008-10-20 08:52:36 -07:00
2008-10-30 12:09:07 -07:00
2008-10-28 21:47:17 +00:00