[PATCH 1/9] drm: add flip-work helper

2013-08-07 Thread Daniel Vetter
On Wed, Aug 07, 2013 at 01:41:19PM -0400, Rob Clark wrote: > 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. > > Signed-off-by: Rob Clark Since you have this nic

[PATCH 1/9] drm: add flip-work helper

2013-08-07 Thread Rob Clark
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 Acked-by: Daniel Vetter --- Docume

[PATCH 1/9] drm: add flip-work helper

2013-08-07 Thread Rob Clark
On Wed, Aug 7, 2013 at 1:49 PM, Daniel Vetter wrote: > On Wed, Aug 07, 2013 at 01:41:19PM -0400, Rob Clark wrote: >> 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 vbla

[PATCH 1/9] drm: add flip-work helper

2013-08-07 Thread Rob Clark
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. Signed-off-by: Rob Clark --- drivers/gpu/drm/Makefile| 2 +- drivers/gpu/drm/drm_flip_work.c | 124

[PATCH 1/9] drm: add flip-work helper

2013-08-07 Thread Rob Clark
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 Acked-by: Daniel Vetter --- Docume

Re: [PATCH 1/9] drm: add flip-work helper

2013-08-07 Thread Rob Clark
On Wed, Aug 7, 2013 at 1:49 PM, Daniel Vetter wrote: > On Wed, Aug 07, 2013 at 01:41:19PM -0400, Rob Clark wrote: >> 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 vbla

Re: [PATCH 1/9] drm: add flip-work helper

2013-08-07 Thread Daniel Vetter
On Wed, Aug 07, 2013 at 01:41:19PM -0400, Rob Clark wrote: > 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. > > Signed-off-by: Rob Clark Since you have this nic

[PATCH 1/9] drm: add flip-work helper

2013-08-07 Thread Rob Clark
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. Signed-off-by: Rob Clark --- drivers/gpu/drm/Makefile| 2 +- drivers/gpu/drm/drm_flip_work.c | 124