Re: [Intel-gfx] [PATCH 05/28] drm: Merge helper docbook into kerneldoc comments

2015-12-07 Thread Thierry Reding
On Fri, Dec 04, 2015 at 09:45:46AM +0100, Daniel Vetter wrote: [...] > diff --git a/drivers/gpu/drm/drm_crtc_helper.c > b/drivers/gpu/drm/drm_crtc_helper.c > index 077e48d3cac2..c4fbcf8e6664 100644 > --- a/drivers/gpu/drm/drm_crtc_helper.c > +++ b/drivers/gpu/drm/drm_crtc_helper.c > @@ -51,6 +51,1

[Intel-gfx] [PATCH 05/28] drm: Merge helper docbook into kerneldoc comments

2015-12-04 Thread Daniel Vetter
Duplication is bad, luckily both help texts highlighted different issues so the kerneldoc gained quite a bit! While at it also sprinkle more references to the vtable structs around and make it clear that legacy CRTC helpers are deprecated and which functions to use instead. Signed-off-by: Daniel