Re: [PATCH 22/22] drm/cma-helper: Remove drm_fbdev_cma* functions

2017-11-06 Thread Daniel Vetter
On Sat, Nov 04, 2017 at 02:04:16PM +0100, Noralf Trønnes wrote: > Remove the unused struct drm_fbdev_cma functions. > > Cc: Laurent Pinchart > Signed-off-by: Noralf Trønnes On patches 22&21: Acked-by: Daniel Vetter > --- > drivers/gpu/drm/drm_fb_cma_helper.c | 158 >

[PATCH 22/22] drm/cma-helper: Remove drm_fbdev_cma* functions

2017-11-04 Thread Noralf Trønnes
Remove the unused struct drm_fbdev_cma functions. Cc: Laurent Pinchart Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/drm_fb_cma_helper.c | 158 include/drm/drm_fb_cma_helper.h | 28 +-- 2 files changed, 3 insertions(+), 183 deletions(-) diff --