[PATCH 3/9] drm: Extract drm_mode_object.[hc]

2016-08-29 Thread Daniel Vetter
Just for the struct drm_mode_object base class. The header file was already partially extracted to help untangle the include loops. v2: - Also move the generic get/set property ioctls. At first this seemed like a bad idea since it requires making drm_mode_crtc_set_obj_prop non-static. But even

[PATCH 3/9] drm: Extract drm_mode_object.[hc]

2016-08-26 Thread Archit Taneja
On 08/26/2016 01:10 AM, Daniel Vetter wrote: > On Thu, Aug 25, 2016 at 05:55:18PM +0530, Archit Taneja wrote: >> On 08/18/2016 02:26 AM, Daniel Vetter wrote: >>> +void drm_mode_object_unregister(struct drm_device *dev, >>> + struct drm_mode_object *object); >> >> Alignme

[PATCH 3/9] drm: Extract drm_mode_object.[hc]

2016-08-25 Thread Daniel Vetter
On Thu, Aug 25, 2016 at 05:55:18PM +0530, Archit Taneja wrote: > On 08/18/2016 02:26 AM, Daniel Vetter wrote: > > +void drm_mode_object_unregister(struct drm_device *dev, > > + struct drm_mode_object *object); > > Alignment issue in the declaration here. Again I don't li

[PATCH 3/9] drm: Extract drm_mode_object.[hc]

2016-08-25 Thread Archit Taneja
On 08/18/2016 02:26 AM, Daniel Vetter wrote: > Just for the struct drm_mode_object base class. The header file was > already partially extracted to help untangle the include loops. > > v2: > - Also move the generic get/set property ioctls. At first this seemed >like a bad idea since it requir

[PATCH 3/9] drm: Extract drm_mode_object.[hc]

2016-08-17 Thread Daniel Vetter
Just for the struct drm_mode_object base class. The header file was already partially extracted to help untangle the include loops. v2: - Also move the generic get/set property ioctls. At first this seemed like a bad idea since it requires making drm_mode_crtc_set_obj_prop non-static. But even