[PATCH 1/3] drm/atomic-helper: Export framebuffer_changed()

2016-01-14 Thread Daniel Vetter
On Thu, Jan 14, 2016 at 02:39:40PM +, John Keeping wrote: > The Rockchip driver cannot use drm_atomic_helper_wait_for_vblanks() > because it has hardware counters for neither vblanks nor scanlines. > > In order to simplify re-implementing the functionality for this driver, > export the framebu

[PATCH 1/3] drm/atomic-helper: Export framebuffer_changed()

2016-01-14 Thread John Keeping
The Rockchip driver cannot use drm_atomic_helper_wait_for_vblanks() because it has hardware counters for neither vblanks nor scanlines. In order to simplify re-implementing the functionality for this driver, export the framebuffer_changed() helper so it can be reused. Signed-off-by: John Keeping