]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: be less verbose about inability to provide vendor backlight
authorJani Nikula <jani.nikula@intel.com>
Thu, 25 Oct 2012 07:57:38 +0000 (10:57 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 26 Oct 2012 15:44:29 +0000 (17:44 +0200)
commit32fe3af1751e62a40686d3b539a8d8014dc1e46f
treeb8fd405cc5ea13144e4f6e719499f5dff8ec9cf0
parent2669daa99219f493d7f140fff603a147a9b52088
drm/i915: be less verbose about inability to provide vendor backlight

commit 1e819c1289f186e306f2107ec053359cb879200c
Author: Jani Nikula <jani.nikula@intel.com>
Date:   Mon Sep 3 16:25:12 2012 +0300

    drm/i915: do not expose a dysfunctional backlight interface to userspace

prevents backlight interface creation if the BIOS has not set the backlight
PWM CTL registers that contain the max PWM value. It's apparently normal on
those machines, so demote the message about it to debug level.

Reported-by: Orion Poplawski <orion@cora.nwra.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56330
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_panel.c