Re: [Intel-gfx] [PATCH 1/7] drm/i915: Fix the offset issue for the stolen GEM objects

2014-01-28 Thread Daniel Vetter
On Mon, Jan 27, 2014 at 04:30:41PM -0800, Jesse Barnes wrote: On Mon, 13 Jan 2014 16:24:45 +0530 akash.g...@intel.com wrote: From: Akash Goel akash.g...@intel.com The 'offset' field of the 'scatterlist' structure was wrongly programmed with the offset value from the base of stolen

Re: [Intel-gfx] [PATCH 1/7] drm/i915: Fix the offset issue for the stolen GEM objects

2014-01-27 Thread Jesse Barnes
On Mon, 13 Jan 2014 16:24:45 +0530 akash.g...@intel.com wrote: From: Akash Goel akash.g...@intel.com The 'offset' field of the 'scatterlist' structure was wrongly programmed with the offset value from the base of stolen area, whereas this field indicates the offset from where the interested

[Intel-gfx] [PATCH 1/7] drm/i915: Fix the offset issue for the stolen GEM objects

2014-01-13 Thread akash . goel
From: Akash Goel akash.g...@intel.com The 'offset' field of the 'scatterlist' structure was wrongly programmed with the offset value from the base of stolen area, whereas this field indicates the offset from where the interested data starts within the first PAGE pointed to by 'scattterlist'

Re: [Intel-gfx] [PATCH 1/7] drm/i915: Fix the offset issue for the stolen GEM objects

2014-01-09 Thread Chris Wilson
On Thu, Jan 09, 2014 at 11:00:17AM +0530, akash.g...@intel.com wrote: From: Akash Goel akash.g...@intel.com The 'offset' field of the 'scatterlist' structure was wrongly programmed with the offset value from the base of stolen area, whereas this field indicates the offset from where the

Re: [Intel-gfx] [PATCH 1/7] drm/i915: Fix the offset issue for the stolen GEM objects

2014-01-09 Thread Daniel Vetter
On Thu, Jan 09, 2014 at 09:45:21AM +, Chris Wilson wrote: On Thu, Jan 09, 2014 at 11:00:17AM +0530, akash.g...@intel.com wrote: From: Akash Goel akash.g...@intel.com The 'offset' field of the 'scatterlist' structure was wrongly programmed with the offset value from the base of stolen

Re: [Intel-gfx] [PATCH 1/7] drm/i915: Fix the offset issue for the stolen GEM objects

2014-01-09 Thread Chris Wilson
On Thu, Jan 09, 2014 at 10:58:35AM +0100, Daniel Vetter wrote: On Thu, Jan 09, 2014 at 09:45:21AM +, Chris Wilson wrote: On Thu, Jan 09, 2014 at 11:00:17AM +0530, akash.g...@intel.com wrote: From: Akash Goel akash.g...@intel.com The 'offset' field of the 'scatterlist' structure

[Intel-gfx] [PATCH 1/7] drm/i915: Fix the offset issue for the stolen GEM objects

2014-01-08 Thread akash . goel
From: Akash Goel akash.g...@intel.com The 'offset' field of the 'scatterlist' structure was wrongly programmed with the offset value from the base of stolen area, whereas this field indicates the offset from where the interested data starts within the PAGE pointed to by the 'page-link' field. As