Re: [Intel-gfx] [PATCH 5/5] drm/i915: Add support for getting size of the stolen region

2015-05-05 Thread Chris Wilson
On Tue, May 05, 2015 at 05:12:25PM +0530, Ankitprasad Sharma wrote: > On Wed, 2015-04-29 at 11:27 +0100, Chris Wilson wrote: > > On Wed, Apr 29, 2015 at 03:01:59PM +0530, ankitprasad.r.sha...@intel.com > > wrote: > > > From: Ankitprasad Sharma > > > > > > This patch extends the get_aperture_ioct

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Add support for getting size of the stolen region

2015-05-05 Thread Ankitprasad Sharma
On Wed, 2015-04-29 at 11:27 +0100, Chris Wilson wrote: > On Wed, Apr 29, 2015 at 03:01:59PM +0530, ankitprasad.r.sha...@intel.com > wrote: > > From: Ankitprasad Sharma > > > > This patch extends the get_aperture_ioctl to add support > > for getting total size of the stolen region and available >

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Add support for getting size of the stolen region

2015-04-29 Thread Chris Wilson
On Wed, Apr 29, 2015 at 03:01:59PM +0530, ankitprasad.r.sha...@intel.com wrote: > From: Ankitprasad Sharma > > This patch extends the get_aperture_ioctl to add support > for getting total size of the stolen region and available > size of the stolen region. > > testcase: igt/gem_create_stolen >

[Intel-gfx] [PATCH 5/5] drm/i915: Add support for getting size of the stolen region

2015-04-29 Thread ankitprasad . r . sharma
From: Ankitprasad Sharma This patch extends the get_aperture_ioctl to add support for getting total size of the stolen region and available size of the stolen region. testcase: igt/gem_create_stolen Signed-off-by: Ankitprasad Sharma --- drivers/gpu/drm/i915/i915_drv.h | 6 ++ drivers/gpu