All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pwrite patches to handle GTT userspace pointers
@ 2011-12-05 21:40 Daniel Vetter
  2011-12-05 21:40 ` [PATCH 1/3] drm/i915: fall through pwrite_gtt_slow to the shmem slow path Daniel Vetter
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Vetter @ 2011-12-05 21:40 UTC (permalink / raw)
  To: intel-gfx; +Cc: Daniel Vetter

Hi all,

Chris and me have some decent fun in tuning pwrite/pread and related areas,
but it looks like it'll take some more time until thing settle out.

But I don't want to delay the fixes for handling GTT mmaps as userspace
src/dst for pwrite/pread any longer. Hence I've split them out.

Comments, reviews, flames and colour suggestions highly welcome.

Cheers, Daniel

Daniel Vetter (3):
  drm/i915: fall through pwrite_gtt_slow to the shmem slow path
  drm/i915: rewrite shmem_pwrite_slow to use copy_from_user
  drm/i915: rewrite shmem_pread_slow to use copy_to_user

 drivers/gpu/drm/i915/i915_gem.c |  351 ++++++++++++++++-----------------------
 1 files changed, 143 insertions(+), 208 deletions(-)

-- 
1.7.6.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-05 23:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 21:40 [PATCH 0/3] pwrite patches to handle GTT userspace pointers Daniel Vetter
2011-12-05 21:40 ` [PATCH 1/3] drm/i915: fall through pwrite_gtt_slow to the shmem slow path Daniel Vetter
2011-12-05 23:01   ` Chris Wilson
2011-12-05 21:40 ` [PATCH 2/3] drm/i915: rewrite shmem_pwrite_slow to use copy_from_user Daniel Vetter
2011-12-05 21:40 ` [PATCH 3/3] drm/i915: rewrite shmem_pread_slow to use copy_to_user Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.