Re: [PATCH v2 5/6] drm/atomic: Add drm_atomic_helper_best_encoder()

2016-05-11 Thread Daniel Vetter
On Wed, May 11, 2016 at 06:09:21PM +0200, Noralf Trønnes wrote: > Add (struct drm_connector_helper_funcs *)->best_encoder callback helper > for connectors that support exactly 1 encoder, statically determined at > driver init time. > > Signed-off-by: Noralf Trønnes Applied to drm-misc, thanks. -

[PATCH v2 5/6] drm/atomic: Add drm_atomic_helper_best_encoder()

2016-05-11 Thread Noralf Trønnes
Add (struct drm_connector_helper_funcs *)->best_encoder callback helper for connectors that support exactly 1 encoder, statically determined at driver init time. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/drm_atomic_helper.c | 17 + include/drm/drm_atomic_helper.h | 2