[Intel-gfx] [PATCH 01/10] drm/i915: Add support for mapping an object page by page

2016-03-18 Thread ankitprasad . r . sharma
From: Chris Wilson Introduced a new vm specfic callback insert_page() to program a single pte in ggtt or ppgtt. This allows us to map a single page in to the mappable aperture space. This can be iterated over to access the whole object by using space as meagre as page size. v2: Added low level r

[Intel-gfx] [PATCH 01/10] drm/i915: Add support for mapping an object page by page

2016-02-29 Thread ankitprasad . r . sharma
From: Chris Wilson Introduced a new vm specfic callback insert_page() to program a single pte in ggtt or ppgtt. This allows us to map a single page in to the mappable aperture space. This can be iterated over to access the whole object by using space as meagre as page size. v2: Added low level r

Re: [Intel-gfx] [PATCH 01/10] drm/i915: Add support for mapping an object page by page

2016-02-19 Thread Tvrtko Ursulin
On 19/02/16 06:51, ankitprasad.r.sha...@intel.com wrote: From: Chris Wilson Introduced a new vm specfic callback insert_page() to program a single pte in ggtt or ppgtt. This allows us to map a single page in to the mappable aperture space. This can be iterated over to access the whole object

[Intel-gfx] [PATCH 01/10] drm/i915: Add support for mapping an object page by page

2016-02-18 Thread ankitprasad . r . sharma
From: Chris Wilson Introduced a new vm specfic callback insert_page() to program a single pte in ggtt or ppgtt. This allows us to map a single page in to the mappable aperture space. This can be iterated over to access the whole object by using space as meagre as page size. v2: Added low level r

Re: [Intel-gfx] [PATCH 01/10] drm/i915: Add support for mapping an object page by page

2016-02-18 Thread Ankitprasad Sharma
Hi, On Thu, 2016-02-11 at 10:50 +, Tvrtko Ursulin wrote: > > On 04/02/16 09:30, ankitprasad.r.sha...@intel.com wrote: > > From: Chris Wilson > > > > Introduced a new vm specfic callback insert_page() to program a single pte > > in > > ggtt or ppgtt. This allows us to map a single page in to

Re: [Intel-gfx] [PATCH 01/10] drm/i915: Add support for mapping an object page by page

2016-02-11 Thread Tvrtko Ursulin
On 04/02/16 09:30, ankitprasad.r.sha...@intel.com wrote: From: Chris Wilson Introduced a new vm specfic callback insert_page() to program a single pte in ggtt or ppgtt. This allows us to map a single page in to the mappable aperture space. This can be iterated over to access the whole object

[Intel-gfx] [PATCH 01/10] drm/i915: Add support for mapping an object page by page

2016-02-04 Thread ankitprasad . r . sharma
From: Chris Wilson Introduced a new vm specfic callback insert_page() to program a single pte in ggtt or ppgtt. This allows us to map a single page in to the mappable aperture space. This can be iterated over to access the whole object by using space as meagre as page size. v2: Added low level r

Re: [Intel-gfx] [PATCH 01/10] drm/i915: Add support for mapping an object page by page

2016-01-26 Thread Chris Wilson
On Tue, Jan 26, 2016 at 01:13:27AM +0530, ankitprasad.r.sha...@intel.com wrote: > From: Chris Wilson > > Introduced a new vm specfic callback insert_page() to program a single pte in > ggtt or ppgtt. This allows us to map a single page in to the mappable aperture > space. This can be iterated ove

[Intel-gfx] [PATCH 01/10] drm/i915: Add support for mapping an object page by page

2016-01-25 Thread ankitprasad . r . sharma
From: Chris Wilson Introduced a new vm specfic callback insert_page() to program a single pte in ggtt or ppgtt. This allows us to map a single page in to the mappable aperture space. This can be iterated over to access the whole object by using space as meagre as page size. Signed-off-by: Chris