[PATCH 08/17] drm/plane-helper: transitional atomic plane helpers

2014-11-05 Thread Daniel Vetter
On Wed, Nov 5, 2014 at 5:45 PM, Sean Paul wrote: >> + /* There's no other way to figure out whether the crtc is running. */ >> + ret = drm_crtc_vblank_get(crtc[i]); >> + if (ret == 0) { >> + drm_crtc_wait_one_vblank(crtc[i]); >> + drm_crtc_vblank_put(crtc[i]); >> + } > > This will be good

[PATCH 08/17] drm/plane-helper: transitional atomic plane helpers

2014-11-05 Thread Sean Paul
On Sun, Nov 02, 2014 at 02:19:21PM +0100, Daniel Vetter wrote: > Converting a driver to the atomic interface can be a daunting > undertaking. One of the prerequisites is to have full universal planes > support. > > To make that transition a bit easier this pathc provides plane helpers

[PATCH 08/17] drm/plane-helper: transitional atomic plane helpers

2014-11-02 Thread Daniel Vetter
Converting a driver to the atomic interface can be a daunting undertaking. One of the prerequisites is to have full universal planes support. To make that transition a bit easier this pathc provides plane helpers which use the new atomic helper callbacks just only for the plane changes. This way