[PATCH 27/28] drm: Document drm_encoder/crtc_helper_funcs

2015-12-07 Thread Thierry Reding
On Fri, Dec 04, 2015 at 09:46:08AM +0100, Daniel Vetter wrote: > Mostly this is about all the callbacks used to modesets by both legacy "used for modesets"? > CRTC helpers and atomic helpers and I figured it doesn't make all that > much sense to split this up. > > Signed-off-by: Daniel Vetter >

[PATCH 27/28] drm: Document drm_encoder/crtc_helper_funcs

2015-12-04 Thread Daniel Vetter
Mostly this is about all the callbacks used to modesets by both legacy CRTC helpers and atomic helpers and I figured it doesn't make all that much sense to split this up. Signed-off-by: Daniel Vetter --- include/drm/drm_modeset_helper_vtables.h | 447 +++ 1 file chang