[PATCH 14/21] drm: Extract drm_connector.[hc]

2016-09-21 Thread Sean Paul
On Fri, Aug 12, 2016 at 10:48:50PM +0200, Daniel Vetter wrote: > Pulls in quite a lot of connector related structures (cmdline mode, > force/status enums, display info), but I think that all makes perfect > sense. > > Also had to move a few more core kms object stuff into drm_modeset.h. > > And a

[PATCH 14/21] drm: Extract drm_connector.[hc]

2016-08-15 Thread Sean Paul
On Fri, Aug 12, 2016 at 4:48 PM, Daniel Vetter wrote: > Pulls in quite a lot of connector related structures (cmdline mode, > force/status enums, display info), but I think that all makes perfect > sense. > > Also had to move a few more core kms object stuff into drm_modeset.h. > > And as a first

[PATCH 14/21] drm: Extract drm_connector.[hc]

2016-08-12 Thread Daniel Vetter
Pulls in quite a lot of connector related structures (cmdline mode, force/status enums, display info), but I think that all makes perfect sense. Also had to move a few more core kms object stuff into drm_modeset.h. And as a first cleanup remove the kerneldoc for the 2 connector IOCTL - DRM core d