Re: [PATCH 2/4] drm: Make drm_encoder_helper_funcs optional

2016-05-09 Thread Daniel Vetter
On Mon, May 09, 2016 at 09:19:22PM +0200, Noralf Trønnes wrote: > > Den 05.05.2016 18:23, skrev Daniel Vetter: > >On Thu, May 05, 2016 at 03:24:32PM +0200, Noralf Trønnes wrote: > >>Make drm_encoder_helper_funcs and it's functions optional to avoid > >>having dummy functions. > >> > >>Signed-off-b

Re: [PATCH 2/4] drm: Make drm_encoder_helper_funcs optional

2016-05-09 Thread Noralf Trønnes
Den 05.05.2016 18:23, skrev Daniel Vetter: On Thu, May 05, 2016 at 03:24:32PM +0200, Noralf Trønnes wrote: Make drm_encoder_helper_funcs and it's functions optional to avoid having dummy functions. Signed-off-by: Noralf Trønnes Please also update the kerneldoc and mention there that the enab

Re: [PATCH 2/4] drm: Make drm_encoder_helper_funcs optional

2016-05-05 Thread Daniel Vetter
On Thu, May 05, 2016 at 03:24:32PM +0200, Noralf Trønnes wrote: > Make drm_encoder_helper_funcs and it's functions optional to avoid > having dummy functions. > > Signed-off-by: Noralf Trønnes Please also update the kerneldoc and mention there that the enable/disable hooks are optional. You can

[PATCH 2/4] drm: Make drm_encoder_helper_funcs optional

2016-05-05 Thread Noralf Trønnes
Make drm_encoder_helper_funcs and it's functions optional to avoid having dummy functions. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/drm_atomic_helper.c | 11 -- drivers/gpu/drm/drm_crtc_helper.c | 41 + 2 files changed, 42 insertions(+), 10