public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] drm/i915: Introduce GEM proxy
@ 2017-10-16  8:57 Tina Zhang
  2017-10-16  8:57 ` [PATCH v1 1/2] " Tina Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Tina Zhang @ 2017-10-16  8:57 UTC (permalink / raw)
  To: chris, zhenyuw, zhiyuan.lv, zhi.a.wang, kevin.tian, daniel
  Cc: intel-gfx, intel-gvt-dev


This patch-set introduces the GEM proxy which is a kind of GEM whose
backing physical memory is pinned and produced by guest VM and is
used by host as read only.

V1:
- the patch is separated from the "Dma-buf support for Gvt-g"
  patch-set. (Joonas)

Here are the histories of this patch in "Dma-buf support for Gvt-g"
patch-set:

v14:
- return -ENXIO when gem proxy object is banned by ioctl.
  (Chris) (Daniel)

v13:
- add comments to GEM proxy. (Chris)
- don't ban GEM proxy in i915_gem_sw_finish_ioctl. (Chris)
- check GEM proxy bar after finishing i915_gem_object_wait. (Chris)
- remove GEM proxy bar in i915_gem_madvise_ioctl.

v6:
- add gem proxy barrier in the following ioctls. (Chris)
  i915_gem_set_caching_ioctl
  i915_gem_set_domain_ioctl
  i915_gem_sw_finish_ioctl
  i915_gem_set_tiling_ioctl
  i915_gem_madvise_ioctl


Tina Zhang (2):
  drm/i915: Introduce GEM proxy
  drm/i915: Changing GEM proxy backing storage is banned with ENXIO

 drivers/gpu/drm/i915/i915_gem.c        | 24 +++++++++++++++++++++++-
 drivers/gpu/drm/i915/i915_gem_object.h | 11 +++++++++--
 drivers/gpu/drm/i915/i915_gem_tiling.c |  8 ++++++++
 3 files changed, 40 insertions(+), 3 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2017-11-14  2:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-16  8:57 [PATCH v1 0/2] drm/i915: Introduce GEM proxy Tina Zhang
2017-10-16  8:57 ` [PATCH v1 1/2] " Tina Zhang
2017-10-16  9:14   ` Chris Wilson
2017-10-17 14:37   ` Chris Wilson
2017-10-17 14:51     ` Chris Wilson
2017-11-14  2:56     ` Zhang, Tina
2017-10-16  8:57 ` [PATCH v1 2/2] drm/i915: Changing GEM proxy backing storage is banned with ENXIO Tina Zhang
2017-10-16  9:14   ` Chris Wilson
2017-10-16 10:01   ` Joonas Lahtinen
2017-10-16  9:30 ` ✓ Fi.CI.BAT: success for drm/i915: Introduce GEM proxy Patchwork
2017-10-16 13:23 ` ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox