Re: [Intel-gfx] [PATCH 11/18] drm/i915: switch to default context on idle

2012-03-30 Thread Daniel Vetter
On Fri, Mar 30, 2012 at 02:17:20PM -0700, Ben Widawsky wrote: > On Thu, 29 Mar 2012 21:29:05 +0200 > Daniel Vetter wrote: > > > On Sun, Mar 18, 2012 at 01:39:51PM -0700, Ben Widawsky wrote: > > > To keep things as sane as possible, switch to the default context before > > > idling. This should he

Re: [Intel-gfx] [PATCH 11/18] drm/i915: switch to default context on idle

2012-03-30 Thread Ben Widawsky
On Thu, 29 Mar 2012 21:29:05 +0200 Daniel Vetter wrote: > On Sun, Mar 18, 2012 at 01:39:51PM -0700, Ben Widawsky wrote: > > To keep things as sane as possible, switch to the default context before > > idling. This should help free context objects, as well as put things in > > a more well defined

Re: [Intel-gfx] [PATCH 11/18] drm/i915: switch to default context on idle

2012-03-29 Thread Chris Wilson
On Thu, 29 Mar 2012 21:29:05 +0200, Daniel Vetter wrote: > On Sun, Mar 18, 2012 at 01:39:51PM -0700, Ben Widawsky wrote: > > To keep things as sane as possible, switch to the default context before > > idling. This should help free context objects, as well as put things in > > a more well defined

Re: [Intel-gfx] [PATCH 11/18] drm/i915: switch to default context on idle

2012-03-29 Thread Daniel Vetter
On Sun, Mar 18, 2012 at 01:39:51PM -0700, Ben Widawsky wrote: > To keep things as sane as possible, switch to the default context before > idling. This should help free context objects, as well as put things in > a more well defined state before suspending. > > Signed-off-by: Ben Widawsky Contex

[Intel-gfx] [PATCH 11/18] drm/i915: switch to default context on idle

2012-03-18 Thread Ben Widawsky
To keep things as sane as possible, switch to the default context before idling. This should help free context objects, as well as put things in a more well defined state before suspending. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem.c |6 ++ 1 file changed, 6 insertion