[PATCH v2] drm: Remove some unused stuff from drm_plane

2013-06-19 Thread Laurent Pinchart
Hello, On Wednesday 08 May 2013 15:52:10 Laurent Pinchart wrote: > On Wednesday 08 May 2013 16:40:54 ville.syrjala at linux.intel.com wrote: > > From: Ville Syrj?l? > > > > There's a bunch of unused members inside drm_plane, bloating the size of > > the structure needlessly. Eliminate them. > >

Re: [PATCH v2] drm: Remove some unused stuff from drm_plane

2013-06-18 Thread Laurent Pinchart
Hello, On Wednesday 08 May 2013 15:52:10 Laurent Pinchart wrote: > On Wednesday 08 May 2013 16:40:54 ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > There's a bunch of unused members inside drm_plane, bloating the size of > > the structure needlessly. Eliminate them. > > >

[PATCH v2] drm: Remove some unused stuff from drm_plane

2013-05-08 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? There's a bunch of unused members inside drm_plane, bloating the size of the structure needlessly. Eliminate them. v2: Remove all of it from kernel-doc too Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_crtc.c | 2 +- include/drm/drm_crtc.h | 11 --- 2 f

[PATCH v2] drm: Remove some unused stuff from drm_plane

2013-05-08 Thread Laurent Pinchart
On Wednesday 08 May 2013 16:40:54 ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > There's a bunch of unused members inside drm_plane, bloating the size of > the structure needlessly. Eliminate them. > > v2: Remove all of it from kernel-doc too > > Signed-off-by: Ville Syrj?l?

Re: [PATCH v2] drm: Remove some unused stuff from drm_plane

2013-05-08 Thread Laurent Pinchart
On Wednesday 08 May 2013 16:40:54 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > There's a bunch of unused members inside drm_plane, bloating the size of > the structure needlessly. Eliminate them. > > v2: Remove all of it from kernel-doc too > > Signed-off-by: Ville Syrjälä R

[PATCH v2] drm: Remove some unused stuff from drm_plane

2013-05-08 Thread ville . syrjala
From: Ville Syrjälä There's a bunch of unused members inside drm_plane, bloating the size of the structure needlessly. Eliminate them. v2: Remove all of it from kernel-doc too Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_crtc.c | 2 +- include/drm/drm_crtc.h | 11 --- 2 f