Re: [Intel-gfx] [PATCH 7/7] drm/i915: Mark elsps submitted when they are pushed to hw

2015-07-06 Thread Daniel Vetter
On Mon, Jul 06, 2015 at 10:32:11AM +0100, Chris Wilson wrote: > On Mon, Jul 06, 2015 at 10:25:17AM +0100, Chris Wilson wrote: > > On Mon, Jul 06, 2015 at 11:09:25AM +0300, Mika Kuoppala wrote: > > > Now when we have requests this deep on call chain, we can mark > > > the elsp being submitted when i

Re: [Intel-gfx] [PATCH 7/7] drm/i915: Mark elsps submitted when they are pushed to hw

2015-07-06 Thread Chris Wilson
On Mon, Jul 06, 2015 at 10:25:17AM +0100, Chris Wilson wrote: > On Mon, Jul 06, 2015 at 11:09:25AM +0300, Mika Kuoppala wrote: > > Now when we have requests this deep on call chain, we can mark > > the elsp being submitted when it actually is. Remove temp variable > > and readjust commenting to mor

Re: [Intel-gfx] [PATCH 7/7] drm/i915: Mark elsps submitted when they are pushed to hw

2015-07-06 Thread Chris Wilson
On Mon, Jul 06, 2015 at 11:09:25AM +0300, Mika Kuoppala wrote: > Now when we have requests this deep on call chain, we can mark > the elsp being submitted when it actually is. Remove temp variable > and readjust commenting to more closely fit to the code. > > v2: Avoid tmp variable and reduce numb

[Intel-gfx] [PATCH 7/7] drm/i915: Mark elsps submitted when they are pushed to hw

2015-07-06 Thread Mika Kuoppala
Now when we have requests this deep on call chain, we can mark the elsp being submitted when it actually is. Remove temp variable and readjust commenting to more closely fit to the code. v2: Avoid tmp variable and reduce number of writes (Chris) Cc: Chris Wilson Signed-off-by: Mika Kuoppala ---

Re: [Intel-gfx] [PATCH 7/7] drm/i915: Mark elsps submitted when they are pushed to hw

2015-07-04 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6720 -Summary- Platform Delta drm-intel-nightly Series Applied ILK

Re: [Intel-gfx] [PATCH 7/7] drm/i915: Mark elsps submitted when they are pushed to hw

2015-07-03 Thread Chris Wilson
On Fri, Jul 03, 2015 at 05:09:38PM +0300, Mika Kuoppala wrote: > Now when we have requests this deep on call chain, we > can mark the elsp being submitted when it actually is. > While we are it, remove unnecessary temp assignment as > it is already initialized as zero. Bah, which I think is bad pr

[Intel-gfx] [PATCH 7/7] drm/i915: Mark elsps submitted when they are pushed to hw

2015-07-03 Thread Mika Kuoppala
Now when we have requests this deep on call chain, we can mark the elsp being submitted when it actually is. While we are it, remove unnecessary temp assignment as it is already initialized as zero. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/intel_lrc.c | 12 +--- 1 file chang