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
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
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