Re: [Intel-gfx] [PATCH v2 2/2] drm: Remove some unused stuff from drm_plane

2013-06-04 Thread Daniel Vetter
On Mon, Jun 03, 2013 at 04:11:42PM +0300, 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 > > Reviewed-by: Laurent Pin

[Intel-gfx] [PATCH v2 2/2] drm: Remove some unused stuff from drm_plane

2013-06-03 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 Reviewed-by: Laurent Pinchart Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_crtc.c | 2 +- include/drm/drm_c