From: Sourab Gupta <sourab.gu...@intel.com>

This patch series add the bufmgr interfaces for exposing the
create2 ioctl.
By means of this ioctl, we can specify number of parameters
during object creation time such as placement, cache domains,
caching, madvise, tiling etc.


Sourab Gupta (2):
  intel: Adding bufmgr interfaces for exposing create2 ioctl
  intel: Add the cacheing logic for bo's created using create2 ioctl

 include/drm/i915_drm.h    | 107 ++++++++++++++++++++
 intel/intel_bufmgr.c      |   7 ++
 intel/intel_bufmgr.h      |  20 ++++
 intel/intel_bufmgr_gem.c  | 241 ++++++++++++++++++++++++++++++++++++++++++++++
 intel/intel_bufmgr_priv.h |  16 +++
 5 files changed, 391 insertions(+)

-- 
1.8.5.1

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

Reply via email to