Re: [Intel-gfx] [PATCH 1/2] drm/i915: Use non-atomic kmap for slow copy paths

2010-05-28 Thread Eric Anholt
On Thu, 27 May 2010 14:15:34 +0100, Chris Wilson wrote: > 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 Applied this serie

[Intel-gfx] [PATCH 1/2] drm/i915: Use non-atomic kmap for slow copy paths

2010-05-27 Thread Chris Wilson
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 --- drivers/gpu/drm/i915/i915_gem.c | 82 ++ 1 f