From: Daniel Vetter Date: Fri, 11 Apr 2014 12:12:10 +0000 (+0200) Subject: drm/plane_helper: don't disable plane in destroy function X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~57^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c858a33858baa8c55fbb1a2822b086b26424bb8;p=pandora-kernel.git drm/plane_helper: don't disable plane in destroy function 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 mode_config.mutex locking backtraces. Cc: Thierry Reding Cc: Matt Roper Reviewed-by: Thierry Reding Tested-by: Thierry Reding Reviewed-by: Matt Roper Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed