diff options
author | Rob Clark | 2013-08-07 20:41:54 +0200 |
---|---|---|
committer | Dave Airlie | 2013-08-19 02:32:26 +0200 |
commit | cabaafc78935521c5abc7ec72278dbaa5400c995 (patch) | |
tree | c5af38231d7484f421a6abfce09109a0b9d669c7 /Documentation/DocBook | |
parent | drm: Remove drm_mode_validate_clocks (diff) | |
download | kernel-qcow2-linux-cabaafc78935521c5abc7ec72278dbaa5400c995.tar.gz kernel-qcow2-linux-cabaafc78935521c5abc7ec72278dbaa5400c995.tar.xz kernel-qcow2-linux-cabaafc78935521c5abc7ec72278dbaa5400c995.zip |
drm: add flip-work helper
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>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 9494ab8af9e7..f97d08ba59be 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -2213,6 +2213,12 @@ void intel_crt_init(struct drm_device *dev) !Edrivers/gpu/drm/drm_rect.c </sect2> <sect2> + <title>Flip-work Helper Reference</title> +!Pinclude/drm/drm_flip_work.h flip utils +!Iinclude/drm/drm_flip_work.h +!Edrivers/gpu/drm/drm_flip_work.c + </sect2> + <sect2> <title>VMA Offset Manager</title> !Pdrivers/gpu/drm/drm_vma_manager.c vma offset manager !Edrivers/gpu/drm/drm_vma_manager.c |