From: Thierry Reding Date: Tue, 25 Nov 2014 11:09:49 +0000 (+0100) Subject: drm: Free atomic state during cleanup X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~18^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3009c0377f25c29852b218a6933a969d02cbdc5d;p=pandora-kernel.git drm: Free atomic state during cleanup The current state of CRTCs, planes and connectors currently leaks during DRM driver ->unload() unless drivers explicitly clean it up. Since there is nothing driver-specific about it, that cleanup can be done within the DRM core. Reviewed-by: Daniel Vetter Signed-off-by: Thierry Reding Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed