Re: [Intel-gfx] [PATCH 6/6] drm/i915: Add support for GPU reset on gen6.

2010-11-22 Thread Chris Wilson
On Fri, 19 Nov 2010 08:52:08 +0800, Eric Anholt wrote: > On Thu, 18 Nov 2010 14:53:24 +, Chris Wilson > wrote: > > Eric, only 3 patches (1, 5, 6) turned up in my inbox, can you either resend > > these to me or push to your tree? > > Sorry the formatting of the mails produced was confusing.

Re: [Intel-gfx] [PATCH 6/6] drm/i915: Add support for GPU reset on gen6.

2010-11-18 Thread Eric Anholt
On Thu, 18 Nov 2010 14:53:24 +, Chris Wilson wrote: > Eric, only 3 patches (1, 5, 6) turned up in my inbox, can you either resend > these to me or push to your tree? Sorry the formatting of the mails produced was confusing. The others were the DP fixes and the comment fix sent in separate t

Re: [Intel-gfx] [PATCH 6/6] drm/i915: Add support for GPU reset on gen6.

2010-11-18 Thread Chris Wilson
Eric, only 3 patches (1, 5, 6) turned up in my inbox, can you either resend these to me or push to your tree? Thanks, -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.fr

[Intel-gfx] [PATCH 6/6] drm/i915: Add support for GPU reset on gen6.

2010-11-17 Thread Eric Anholt
This has proven sufficient to recover from a hang of the GPU using the gem_bad_blit test while at the KMS console then starting X. When attempting the same during an X session, the timer doesn't appear to trigger. Signed-off-by: Eric Anholt --- drivers/gpu/drm/i915/i915_drv.c | 11 +++