Re: [PATCH 17/21] drm: Unexport drm_plane_helper_check_update

2018-10-04 Thread Daniel Vetter
On Thu, Oct 4, 2018 at 11:03 PM Sam Ravnborg wrote: > On Thu, Oct 04, 2018 at 10:24:42PM +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 helper

Re: [PATCH 17/21] drm: Unexport drm_plane_helper_check_update

2018-10-04 Thread Sam Ravnborg
On Thu, Oct 04, 2018 at 10:24:42PM +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 > --- > drivers/gpu/dr

[PATCH 17/21] drm: Unexport drm_plane_helper_check_update

2018-10-04 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