[PATCH 06/17] drm/tegra: dc: Add missing call to drm_vblank_on()

2014-11-04 Thread Thierry Reding
On Mon, Nov 03, 2014 at 01:45:56PM -0500, Sean Paul wrote: > On Mon, Nov 3, 2014 at 4:27 AM, Thierry Reding > wrote: > > From: Thierry Reding > > > > When the CRTC is enabled, make sure the VBLANK machinery is enabled. > > Failure to do so will cause drm_vblank_get() to not enable the VBLANK on

[PATCH 06/17] drm/tegra: dc: Add missing call to drm_vblank_on()

2014-11-04 Thread Alexandre Courbot
On 11/03/2014 06:27 PM, Thierry Reding wrote: > From: Thierry Reding > > When the CRTC is enabled, make sure the VBLANK machinery is enabled. > Failure to do so will cause drm_vblank_get() to not enable the VBLANK on > the CRTC and VBLANK-synchronized page-flips won't work. > > While at it, get

[PATCH 06/17] drm/tegra: dc: Add missing call to drm_vblank_on()

2014-11-03 Thread Daniel Vetter
On Mon, Nov 03, 2014 at 01:45:56PM -0500, Sean Paul wrote: > On Mon, Nov 3, 2014 at 4:27 AM, Thierry Reding > wrote: > > From: Thierry Reding > > > > When the CRTC is enabled, make sure the VBLANK machinery is enabled. > > Failure to do so will cause drm_vblank_get() to not enable the VBLANK on

[PATCH 06/17] drm/tegra: dc: Add missing call to drm_vblank_on()

2014-11-03 Thread Sean Paul
On Mon, Nov 3, 2014 at 4:27 AM, Thierry Reding wrote: > From: Thierry Reding > > When the CRTC is enabled, make sure the VBLANK machinery is enabled. > Failure to do so will cause drm_vblank_get() to not enable the VBLANK on > the CRTC and VBLANK-synchronized page-flips won't work. > > While at

[PATCH 06/17] drm/tegra: dc: Add missing call to drm_vblank_on()

2014-11-03 Thread Thierry Reding
From: Thierry Reding When the CRTC is enabled, make sure the VBLANK machinery is enabled. Failure to do so will cause drm_vblank_get() to not enable the VBLANK on the CRTC and VBLANK-synchronized page-flips won't work. While at it, get rid of the legacy