Re: [Intel-gfx] [PATCH 17/18] drm: Unexport drm_plane_helper_check_update

2018-10-04 Thread Ville Syrjälä
On Wed, Oct 03, 2018 at 11:18:26AM +0200, Daniel Vetter wrote: > It's for legacy drivers only (atomic ones should use > drm_atomic_helper_check_plane_state() instead), and there's no users > left except the one in the primary plane helpers. > > Signed-off-by: Daniel Vetter Reviewed-by: Ville Syr

[Intel-gfx] [PATCH 17/18] drm: Unexport drm_plane_helper_check_update

2018-10-03 Thread Daniel Vetter
It's for legacy drivers only (atomic ones should use drm_atomic_helper_check_plane_state() instead), and there's no users left except the one in the primary plane helpers. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_plane_helper.c | 49 +++--- include/drm/drm_pla