drm: add flip-work helper
authorRob Clark <robdclark@gmail.com>
Wed, 7 Aug 2013 18:41:54 +0000 (14:41 -0400)
committerDave Airlie <airlied@redhat.com>
Mon, 19 Aug 2013 00:32:26 +0000 (10:32 +1000)
A small helper to queue up work to do, from workqueue context, after a
flip.  Typically useful to defer unreffing buffers that may be read by
the display controller until vblank.

v1: original
v2: wire up docbook + couple docbook fixes

Signed-off-by: Rob Clark <robdclark@gmail.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found