Re: [Intel-gfx] [PATCH] drm/i915: Don't load context at driver init time on SNB

2013-08-20 Thread Jesse Barnes
On Mon, 12 Aug 2013 10:33:37 -0700 Stéphane Marchesin wrote: > On Fri, Aug 9, 2013 at 9:55 PM, Ben Widawsky wrote: > > On Fri, Aug 09, 2013 at 08:32:54PM -0700, Stéphane Marchesin wrote: > >> This is a partial revert of b4ae3f22d238617ca11610b29fde16cf8c0bc6e0 > >> (drm/i915: load boot context a

Re: [Intel-gfx] [PATCH] drm/i915: Don't load context at driver init time on SNB

2013-08-14 Thread Stéphane Marchesin
On Tue, Aug 13, 2013 at 1:11 AM, Ville Syrjälä wrote: > On Mon, Aug 12, 2013 at 10:33:37AM -0700, Stéphane Marchesin wrote: >> On Fri, Aug 9, 2013 at 9:55 PM, Ben Widawsky wrote: >> > On Fri, Aug 09, 2013 at 08:32:54PM -0700, Stéphane Marchesin wrote: >> >> This is a partial revert of b4ae3f22d23

Re: [Intel-gfx] [PATCH] drm/i915: Don't load context at driver init time on SNB

2013-08-13 Thread Ville Syrjälä
On Mon, Aug 12, 2013 at 10:33:37AM -0700, Stéphane Marchesin wrote: > On Fri, Aug 9, 2013 at 9:55 PM, Ben Widawsky wrote: > > On Fri, Aug 09, 2013 at 08:32:54PM -0700, Stéphane Marchesin wrote: > >> This is a partial revert of b4ae3f22d238617ca11610b29fde16cf8c0bc6e0 > >> (drm/i915: load boot cont

Re: [Intel-gfx] [PATCH] drm/i915: Don't load context at driver init time on SNB

2013-08-12 Thread Stéphane Marchesin
On Fri, Aug 9, 2013 at 9:55 PM, Ben Widawsky wrote: > On Fri, Aug 09, 2013 at 08:32:54PM -0700, Stéphane Marchesin wrote: >> This is a partial revert of b4ae3f22d238617ca11610b29fde16cf8c0bc6e0 >> (drm/i915: load boot context at driver init time) >> >> This bit breaks hardware video decode for me

Re: [Intel-gfx] [PATCH] drm/i915: Don't load context at driver init time on SNB

2013-08-09 Thread Ben Widawsky
On Fri, Aug 09, 2013 at 08:32:54PM -0700, Stéphane Marchesin wrote: > This is a partial revert of b4ae3f22d238617ca11610b29fde16cf8c0bc6e0 > (drm/i915: load boot context at driver init time) > > This bit breaks hardware video decode for me after resume. > > Signed-off-by: Stéphane Marchesin > --

[Intel-gfx] [PATCH] drm/i915: Don't load context at driver init time on SNB

2013-08-09 Thread Stéphane Marchesin
This is a partial revert of b4ae3f22d238617ca11610b29fde16cf8c0bc6e0 (drm/i915: load boot context at driver init time) This bit breaks hardware video decode for me after resume. Signed-off-by: Stéphane Marchesin --- drivers/gpu/drm/i915/intel_pm.c | 4 1 file changed, 4 deletions(-) diff