intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add i915_gem_object_vmap
@ 2016-02-17 23:18 yu.dai
  2016-02-17 23:18 ` [PATCH 1/2] drm/i915: Add i915_gem_object_vmap to map GEM object to virtual space yu.dai
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: yu.dai @ 2016-02-17 23:18 UTC (permalink / raw)
  To: intel-gfx; +Cc: daniel.vetter

From: Alex Dai <yu.dai@intel.com>

There are several places in driver that a GEM object is mapped to kernel
virtual space. Now add a common function i915_gem_object_vmap to do the vmap
work for such use case.

Alex Dai (2):
  drm/i915: Add i915_gem_object_vmap to map GEM object to virtual space
  drm/i915/guc: Simplify code by keeping vmap of guc_client object

 drivers/gpu/drm/i915/i915_cmd_parser.c     | 28 +---------------
 drivers/gpu/drm/i915/i915_drv.h            |  3 ++
 drivers/gpu/drm/i915/i915_gem.c            | 44 +++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_gem_dmabuf.c     | 15 ++-------
 drivers/gpu/drm/i915/i915_guc_submission.c | 53 +++++++++---------------------
 drivers/gpu/drm/i915/intel_guc.h           |  3 +-
 drivers/gpu/drm/i915/intel_ringbuffer.c    | 24 ++------------
 7 files changed, 70 insertions(+), 100 deletions(-)

-- 
2.5.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-02-19 14:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 23:18 [PATCH 0/2] Add i915_gem_object_vmap yu.dai
2016-02-17 23:18 ` [PATCH 1/2] drm/i915: Add i915_gem_object_vmap to map GEM object to virtual space yu.dai
2016-02-18 10:49   ` Tvrtko Ursulin
2016-02-17 23:18 ` [PATCH 2/2] drm/i915/guc: Simplify code by keeping vmap of guc_client object yu.dai
2016-02-18 11:12   ` Tvrtko Ursulin
2016-02-19 14:22 ` ✗ Fi.CI.BAT: failure for Add i915_gem_object_vmap Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).