Re: [PATCH v3] drm/agp: Remove unused function drm_agp_bind_pages

2019-07-14 Thread Sam Ravnborg
Hi Maya. On Wed, Jul 10, 2019 at 04:17:25PM +, Maya Rashish wrote: > Reviewed-by: Sam Ravnborg > Signed-off-by: Maya Rashish Thanks for the quick follow-up on the feedback. Patch is now applied to drm-misc-next. Sam > --- > drivers/gpu/drm/drm_agpsupport.c | 43 > --

[PATCH v3] drm/agp: Remove unused function drm_agp_bind_pages

2019-07-11 Thread Maya Rashish
Reviewed-by: Sam Ravnborg Signed-off-by: Maya Rashish --- drivers/gpu/drm/drm_agpsupport.c | 43 include/drm/drm_agpsupport.h | 14 - 2 files changed, 57 deletions(-) diff --git a/drivers/gpu/drm/drm_agpsupport.c b/drivers/gpu/drm/drm_agp