[Intel-gfx] [PATCH 06/10] drm: Consolidate dumb buffer docs

2016-11-15 Thread Chris Wilson
On Mon, Nov 14, 2016 at 12:58:21PM +0100, Daniel Vetter wrote: > Put the callback docs into struct drm_driver, and the small overview > into a DOC comment. > > Signed-off-by: Daniel Vetter Reviewed-by: Chris Wilson -Chris -- Chris Wilson, Intel Open Source Technology Centre

[PATCH 06/10] drm: Consolidate dumb buffer docs

2016-11-14 Thread Daniel Vetter
Put the callback docs into struct drm_driver, and the small overview into a DOC comment. Signed-off-by: Daniel Vetter --- Documentation/gpu/drm-kms.rst | 42 ++--- drivers/gpu/drm/drm_dumb_buffers.c | 46 ++-- include/drm/drm_drv.h