Re: [Intel-gfx] [PATCH 24/28] drm: Document drm_connector_helper_funcs

2015-12-07 Thread Thierry Reding
On Mon, Dec 07, 2015 at 03:48:37PM +0100, Daniel Vetter wrote: > On Mon, Dec 07, 2015 at 03:42:22PM +0100, Thierry Reding wrote: > > On Fri, Dec 04, 2015 at 09:46:05AM +0100, Daniel Vetter wrote: > > > Nothing special, except the somewhat awkard split in probe helper > > > > "awkward" > > > > > c

Re: [Intel-gfx] [PATCH 24/28] drm: Document drm_connector_helper_funcs

2015-12-07 Thread Daniel Vetter
On Mon, Dec 07, 2015 at 03:42:22PM +0100, Thierry Reding wrote: > On Fri, Dec 04, 2015 at 09:46:05AM +0100, Daniel Vetter wrote: > > Nothing special, except the somewhat awkard split in probe helper > > "awkward" > > > callbacks between here and drm_crtc_funcs. > > > > Signed-off-by: Daniel Vett

Re: [Intel-gfx] [PATCH 24/28] drm: Document drm_connector_helper_funcs

2015-12-07 Thread Thierry Reding
On Fri, Dec 04, 2015 at 09:46:05AM +0100, Daniel Vetter wrote: > Nothing special, except the somewhat awkard split in probe helper "awkward" > callbacks between here and drm_crtc_funcs. > > Signed-off-by: Daniel Vetter > --- > include/drm/drm_modeset_helper_vtables.h | 106 > +

[Intel-gfx] [PATCH 24/28] drm: Document drm_connector_helper_funcs

2015-12-04 Thread Daniel Vetter
Nothing special, except the somewhat awkard split in probe helper callbacks between here and drm_crtc_funcs. Signed-off-by: Daniel Vetter --- include/drm/drm_modeset_helper_vtables.h | 106 +-- 1 file changed, 101 insertions(+), 5 deletions(-) diff --git a/include/dr