[PATCH 03/20] drm/kms-helpers: Extract drm_modeset_helper.[hc]

2016-08-10 Thread Daniel Vetter
On Wed, Aug 10, 2016 at 4:23 PM, Sean Paul wrote: > Is there a reason we create drm_kms_helper.c/h in patch 2 and then > rename it in patch 3? Could you squash this? My own incompetence ;-) It's already squashed here in my tree. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41 (

[PATCH 03/20] drm/kms-helpers: Extract drm_modeset_helper.[hc]

2016-08-10 Thread Sean Paul
On Tue, Aug 9, 2016 at 9:41 AM, Daniel Vetter wrote: > While reviewing docs I spotted that we have a few functions that > really just don't fit into their containing helper library section. > Extract them and shovel them all into a new library for random one-off > aux stuff. > > Signed-off-by: Dan

[PATCH 03/20] drm/kms-helpers: Extract drm_modeset_helper.[hc]

2016-08-09 Thread Daniel Vetter
While reviewing docs I spotted that we have a few functions that really just don't fit into their containing helper library section. Extract them and shovel them all into a new library for random one-off aux stuff. Signed-off-by: Daniel Vetter --- Documentation/gpu/drm-kms-helpers.rst | 9 ++