Re: [Intel-gfx] [PATCH] drm/i915: Delay the relase of the forcewake by a jiffie

2014-02-24 Thread Ben Widawsky
On Mon, Feb 24, 2014 at 08:30:22AM +, Chris Wilson wrote: > On Sun, Feb 23, 2014 at 12:12:25PM -0800, Ben Widawsky wrote: > > On Mon, Aug 26, 2013 at 12:06:43PM +0100, Chris Wilson wrote: > > > Obtaining the forcwake requires expensive and time consuming > > > serialisation. And we often try to

Re: [Intel-gfx] [PATCH] drm/i915: Delay the relase of the forcewake by a jiffie

2014-02-24 Thread Chris Wilson
On Sun, Feb 23, 2014 at 12:12:25PM -0800, Ben Widawsky wrote: > On Mon, Aug 26, 2013 at 12:06:43PM +0100, Chris Wilson wrote: > > Obtaining the forcwake requires expensive and time consuming > > serialisation. And we often try to obtain the forcewake multiple times > > in very quick succession. We

Re: [Intel-gfx] [PATCH] drm/i915: Delay the relase of the forcewake by a jiffie

2014-02-23 Thread Ben Widawsky
On Mon, Aug 26, 2013 at 12:06:43PM +0100, Chris Wilson wrote: > Obtaining the forcwake requires expensive and time consuming > serialisation. And we often try to obtain the forcewake multiple times > in very quick succession. We can reduce the overhead of these sequences > by delaying the forcewake

Re: [Intel-gfx] [PATCH] drm/i915: Delay the relase of the forcewake by a jiffie

2013-09-24 Thread Daniel Vetter
On Mon, Aug 26, 2013 at 01:46:09PM +0100, Chris Wilson wrote: > Obtaining the forcwake requires expensive and time consuming > serialisation. And we often try to obtain the forcewake multiple times > in very quick succession. We can reduce the overhead of these sequences > by delaying the forcewake

[Intel-gfx] [PATCH] drm/i915: Delay the relase of the forcewake by a jiffie

2013-08-26 Thread Chris Wilson
Obtaining the forcwake requires expensive and time consuming serialisation. And we often try to obtain the forcewake multiple times in very quick succession. We can reduce the overhead of these sequences by delaying the forcewake release, and so not hammer the hw quite so hard. I was hoping this w

Re: [Intel-gfx] [PATCH] drm/i915: Delay the relase of the forcewake by a jiffie

2013-08-26 Thread Ville Syrjälä
On Mon, Aug 26, 2013 at 12:06:43PM +0100, Chris Wilson wrote: > Obtaining the forcwake requires expensive and time consuming > serialisation. And we often try to obtain the forcewake multiple times > in very quick succession. We can reduce the overhead of these sequences > by delaying the forcewake

[Intel-gfx] [PATCH] drm/i915: Delay the relase of the forcewake by a jiffie

2013-08-26 Thread Chris Wilson
Obtaining the forcwake requires expensive and time consuming serialisation. And we often try to obtain the forcewake multiple times in very quick succession. We can reduce the overhead of these sequences by delaying the forcewake release, and so not hammer the hw quite so hard. I was hoping this w

Re: [Intel-gfx] [PATCH] drm/i915: Delay the relase of the forcewake by a jiffie

2013-08-26 Thread Ville Syrjälä
On Sun, Aug 25, 2013 at 08:45:34PM +0100, Chris Wilson wrote: > Obtaining the forcwake requires expensive and time consuming > serialisation. And we often try to obtain the forcewake multiple times > in very quick succession. We can reduce the overhead of these sequences > by delaying the forcewake

[Intel-gfx] [PATCH] drm/i915: Delay the relase of the forcewake by a jiffie

2013-08-25 Thread Chris Wilson
Obtaining the forcwake requires expensive and time consuming serialisation. And we often try to obtain the forcewake multiple times in very quick succession. We can reduce the overhead of these sequences by delaying the forcewake release, and so not hammer the hw quite so hard. I was hoping this w