[PATCH] drm_atomic_helper: Copy/paste fix for calling already disabled planes

2014-11-21 Thread Daniel Vetter
On Fri, Nov 21, 2014 at 07:17:48AM -0500, Rob Clark wrote: > On Fri, Nov 21, 2014 at 3:31 AM, Daniel Vetter wrote: > > On Thu, Nov 20, 2014 at 07:59:15PM -0800, Jasper St. Pierre wrote: > >> This code was in drm_plane_helper, but missing from drm_atomic_helper, > >> causing various crashes when th

[PATCH] drm_atomic_helper: Copy/paste fix for calling already disabled planes

2014-11-21 Thread Daniel Vetter
On Thu, Nov 20, 2014 at 07:59:15PM -0800, Jasper St. Pierre wrote: > This code was in drm_plane_helper, but missing from drm_atomic_helper, > causing various crashes when the plane was already disabled. Just copy > over the quick return there to prevent a crash. > > Signed-off-by: Jasper St. Pierr

[PATCH] drm_atomic_helper: Copy/paste fix for calling already disabled planes

2014-11-21 Thread Rob Clark
On Fri, Nov 21, 2014 at 3:31 AM, Daniel Vetter wrote: > On Thu, Nov 20, 2014 at 07:59:15PM -0800, Jasper St. Pierre wrote: >> This code was in drm_plane_helper, but missing from drm_atomic_helper, >> causing various crashes when the plane was already disabled. Just copy >> over the quick return th

[PATCH] drm_atomic_helper: Copy/paste fix for calling already disabled planes

2014-11-20 Thread Jasper St. Pierre
This code was in drm_plane_helper, but missing from drm_atomic_helper, causing various crashes when the plane was already disabled. Just copy over the quick return there to prevent a crash. Signed-off-by: Jasper St. Pierre Reviewed-by: Rob Clark Cc: Daniel Vetter --- drivers/gpu/drm/drm_atomic