[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently

2016-01-22 Thread Michel Dänzer
On 21.01.2016 19:08, Daniel Vetter wrote: > In > > commit 9cba5efab5a8145ae6c52ea273553f069c294482 > Author: Mario Kleiner > Date: Tue Jul 29 02:36:44 2014 +0200 > > drm/nouveau: Dis/Enable vblank irqs during suspend/resume > > drm_vblank_on/off calls where added around suspend/resume to

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently

2016-01-21 Thread Daniel Vetter
In commit 9cba5efab5a8145ae6c52ea273553f069c294482 Author: Mario Kleiner Date: Tue Jul 29 02:36:44 2014 +0200 drm/nouveau: Dis/Enable vblank irqs during suspend/resume drm_vblank_on/off calls where added around suspend/resume to make sure vblank stay doesn't go boom over that transition.

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently

2015-06-05 Thread Mario Kleiner
On 05/29/2015 07:35 PM, Daniel Vetter wrote: > On Fri, May 29, 2015 at 07:23:35PM +0200, Mario Kleiner wrote: >> >> >> On 05/29/2015 07:19 PM, Daniel Vetter wrote: >>> On Fri, May 29, 2015 at 06:50:06PM +0200, Mario Kleiner wrote: On 05/27/2015 11:04 AM, Daniel Vetter wrote: > In >

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently

2015-05-29 Thread Daniel Vetter
On Fri, May 29, 2015 at 07:23:35PM +0200, Mario Kleiner wrote: > > > On 05/29/2015 07:19 PM, Daniel Vetter wrote: > >On Fri, May 29, 2015 at 06:50:06PM +0200, Mario Kleiner wrote: > >>On 05/27/2015 11:04 AM, Daniel Vetter wrote: > >>>In > >>> > >>>commit 9cba5efab5a8145ae6c52ea273553f069c294482

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently

2015-05-29 Thread Mario Kleiner
On 05/29/2015 07:19 PM, Daniel Vetter wrote: > On Fri, May 29, 2015 at 06:50:06PM +0200, Mario Kleiner wrote: >> On 05/27/2015 11:04 AM, Daniel Vetter wrote: >>> In >>> >>> commit 9cba5efab5a8145ae6c52ea273553f069c294482 >>> Author: Mario Kleiner >>> Date: Tue Jul 29 02:36:44 2014 +0200 >>>

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently

2015-05-29 Thread Daniel Vetter
On Fri, May 29, 2015 at 06:50:06PM +0200, Mario Kleiner wrote: > On 05/27/2015 11:04 AM, Daniel Vetter wrote: > >In > > > >commit 9cba5efab5a8145ae6c52ea273553f069c294482 > >Author: Mario Kleiner > >Date: Tue Jul 29 02:36:44 2014 +0200 > > > > drm/nouveau: Dis/Enable vblank irqs during

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently

2015-05-29 Thread Mario Kleiner
On 05/27/2015 11:04 AM, Daniel Vetter wrote: > In > > commit 9cba5efab5a8145ae6c52ea273553f069c294482 > Author: Mario Kleiner > Date: Tue Jul 29 02:36:44 2014 +0200 > > drm/nouveau: Dis/Enable vblank irqs during suspend/resume > > drm_vblank_on/off calls where added around suspend/resume

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently

2015-05-27 Thread Daniel Vetter
In commit 9cba5efab5a8145ae6c52ea273553f069c294482 Author: Mario Kleiner Date: Tue Jul 29 02:36:44 2014 +0200 drm/nouveau: Dis/Enable vblank irqs during suspend/resume drm_vblank_on/off calls where added around suspend/resume to make sure vblank stay doesn't go boom over that transition.