drm/i915: don't warn if backlight unexpectedly enabled
authorScot Doyle <lkml14@scotdoyle.com>
Tue, 19 Aug 2014 02:07:13 +0000 (02:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Nov 2014 16:59:53 +0000 (08:59 -0800)
commit3a621c26d975e91f9db227abc3ba289161e1e93d
treea453f97ede3b8ba29437d7bce54e3f812ba5130f
parenta2b44bbfd2e9450d87a9a482f463115b8415e356
drm/i915: don't warn if backlight unexpectedly enabled

commit 813008cd3e93ea8a571b2b7d5b9360a3105b50f7 upstream.

BIOS or firmware can modify hardware state during suspend/resume,
for example on the Toshiba CB35 or Lenovo T400, so log a debug message
instead of a warning if the backlight is unexpectedly enabled.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80930
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/i915/intel_panel.c