[PATCH] intel: add prime interface for getting/setting a prime bo. (v4)

2012-07-19 Thread Dave Airlie
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

[PATCH] intel: add prime interface for getting/setting a prime bo. (v4)

2012-07-19 Thread Chris Wilson
On Thu, 19 Jul 2012 13:09:49 +1000, Dave Airlie wrote: > 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

Re: [PATCH] intel: add prime interface for getting/setting a prime bo. (v4)

2012-07-19 Thread Chris Wilson
On Thu, 19 Jul 2012 13:09:49 +1000, Dave Airlie airl...@gmail.com wrote: 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:

[PATCH] intel: add prime interface for getting/setting a prime bo. (v4)

2012-07-18 Thread Dave Airlie
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