author | Dave Airlie <airlied@gmail.com> | |
Sun, 15 Jul 2012 00:22:46 +0000 (00:22 +0000) | ||
committer | Dave Airlie <airlied@redhat.com> | |
Thu, 19 Jul 2012 22:53:03 +0000 (08:53 +1000) | ||
commit | ff65de96660965e661175f75427cd0020ef1104c | |
tree | 038aa608682c915ddfa0f1b4f803147905f7021a | tree | snapshot (tar.xz tar.gz zip) |
parent | 13c06cde4e9a4ce275c6cbf477d211344f468dbf | commit | diff |
intel: add prime interface for getting/setting a prime bo. (v4)
This adds interfaces for the X driver to use to create a
prime handle from a buffer, and create a bo from a handle.
v2: use Chris's suggested naming (well from at least for consistency)
v3: git commit --amend fail
v4: fix as per Chris's suggestions, group assignments, add get tiling
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This adds interfaces for the X driver to use to create a
prime handle from a buffer, and create a bo from a handle.
v2: use Chris's suggested naming (well from at least for consistency)
v3: git commit --amend fail
v4: fix as per Chris's suggestions, group assignments, add get tiling
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
intel/intel_bufmgr.h | diff | blob | history | |
intel/intel_bufmgr_gem.c | diff | blob | history |