Re: [Intel-gfx] [PATCH] drm/i915/display: stop potential rc6 disable infinite retries

2011-02-24 Thread Ben Widawsky
On Thu, Feb 24, 2011 at 09:46:04AM +, Chris Wilson wrote: > On Wed, 23 Feb 2011 20:00:47 -0800, Ben Widawsky wrote: > > On my Ironlake, I was consistently hitting this. I'm not yet sure what > > the best fix is, but this is better than what is there currently. > > Ha, recursive typo. > > s/i

Re: [Intel-gfx] [PATCH] drm/i915/display: stop potential rc6 disable infinite retries

2011-02-24 Thread Chris Wilson
On Wed, 23 Feb 2011 20:00:47 -0800, Ben Widawsky wrote: > On my Ironlake, I was consistently hitting this. I'm not yet sure what > the best fix is, but this is better than what is there currently. Ha, recursive typo. s/ironlake_disable_rc6/ironlake_teardown_rc6/ -Chris -- Chris Wilson, Intel O

[Intel-gfx] [PATCH] drm/i915/display: stop potential rc6 disable infinite retries

2011-02-23 Thread Ben Widawsky
On my Ironlake, I was consistently hitting this. I'm not yet sure what the best fix is, but this is better than what is there currently. Jesse can probably do something better... perhaps even a delay before calling ironlake_disable_rc6() again would suffice. Signed-off-by: Ben Widawsky --- driv