[PATCH 2/4] drm: Remove unused drm_format_plane_(width|height) helpers

2016-06-07 Thread Laurent Pinchart
Hi Ville, On Tuesday 07 Jun 2016 16:19:01 Ville Syrjälä wrote: > On Tue, Jun 07, 2016 at 02:33:12AM +0300, Laurent Pinchart wrote: > > The drm_format_plane_width() and drm_format_plane_height() helper > > functions are not used, remove them. > > I have a user lined up, assuming I could get the

[PATCH 2/4] drm: Remove unused drm_format_plane_(width|height) helpers

2016-06-07 Thread Ville Syrjälä
On Tue, Jun 07, 2016 at 02:33:12AM +0300, Laurent Pinchart wrote: > The drm_format_plane_width() and drm_format_plane_height() helper > functions are not used, remove them. I have a user lined up, assuming I could get the dang thing reviewed. > > Signed-off-by: Laurent Pinchart > --- > drivers

[PATCH 2/4] drm: Remove unused drm_format_plane_(width|height) helpers

2016-06-07 Thread Laurent Pinchart
The drm_format_plane_width() and drm_format_plane_height() helper functions are not used, remove them. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_crtc.c | 42 -- include/drm/drm_crtc.h | 2 -- 2 files changed, 44 deletions(-) diff --git