From: Jani Nikula Date: Fri, 12 Oct 2012 07:33:05 +0000 (+0300) Subject: drm/i915: fix non-DP-D eDP backlight cleanup and module reload X-Git-Tag: v3.7-rc2~38^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be3cd5e37716bcf1579f63bdd919345a1f9692b9;p=pandora-kernel.git drm/i915: fix non-DP-D eDP backlight cleanup and module reload Backlight is initialized for eDP, but cleaned up only for eDP on DP-D port. This leaves behind a dangling backlight interface on module unload on machines that have eDP connected to something other than DP-D, and breaks the backlight interface for subsequent module reloads. Fix the cleanup, and thus module reload on affected machines. Reported-by: Imre Deak Signed-off-by: Jani Nikula Reviewed-by: Mika Kuoppala Tested-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed