drm/i915: Use non-atomic kmap for slow copy paths
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 27 May 2010 13:15:34 +0000 (14:15 +0100)
committerEric Anholt <eric@anholt.net>
Fri, 28 May 2010 18:02:36 +0000 (11:02 -0700)
As we do not have a requirement to be atomic and avoid sleeping whilst
performing the slow copy for shmem based pread and pwrite, we can use
kmap instead, thus simplifying the code.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found