Re: [Intel-gfx] [PATCH 3/9] drm/i915: make crtc enable/disable asynchronous

2014-03-03 Thread Jesse Barnes
On Fri, 7 Feb 2014 18:37:01 -0200 Rodrigo Vivi wrote: > From: Jesse Barnes > > The intent is to get back to userspace as quickly as possible so it can > start doing drawing or whatever. It should also allow our > suspend/resume/init time to improve a lot. > > Signed-off-by: Rodrigo Vivi > -

[Intel-gfx] [PATCH 3/9] drm/i915: make crtc enable/disable asynchronous

2014-02-07 Thread Rodrigo Vivi
From: Jesse Barnes The intent is to get back to userspace as quickly as possible so it can start doing drawing or whatever. It should also allow our suspend/resume/init time to improve a lot. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/i915_irq.c | 10 +- drivers/gpu/drm