[PATCH] drm/plane_helper: don't disable plane in destroy function

2014-04-11 Thread Thierry Reding
On Fri, Apr 11, 2014 at 02:12:10PM +0200, Daniel Vetter wrote: > By the time drm_mode_config_cleanup calls this all the hw state should > be cleaned up already - we even have a WARN right before calling > plane->destroy callbacks asserting that all framebuffers are gone. > > So trying to disable

[PATCH] drm/plane_helper: don't disable plane in destroy function

2014-04-11 Thread Daniel Vetter
By the time drm_mode_config_cleanup calls this all the hw state should be cleaned up already - we even have a WARN right before calling plane->destroy callbacks asserting that all framebuffers are gone. So trying to disable things harder is a bit a bug. Caught by Thierry since it resulted in some

[PATCH] drm/plane_helper: don't disable plane in destroy function

2014-04-11 Thread Matt Roper
On Fri, Apr 11, 2014 at 02:12:10PM +0200, Daniel Vetter wrote: > By the time drm_mode_config_cleanup calls this all the hw state should > be cleaned up already - we even have a WARN right before calling > plane->destroy callbacks asserting that all framebuffers are gone. > > So trying to disable