]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915: Ignore VBT backlight presence check on HP Chromebook 14
authorScot Doyle <lkml14@scotdoyle.com>
Fri, 11 Jul 2014 22:16:30 +0000 (22:16 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Aug 2014 23:53:53 +0000 (16:53 -0700)
commit6e285bbe0c0e065f2602375e75069220211e47f7
treed10f037d4f25793e04ef2aec21396a7ce5ba2757
parent124231f18f278bbfebe008711de4120a2ef42982
drm/i915: Ignore VBT backlight presence check on HP Chromebook 14

commit 724cb06fa9b1e1ffd98188275543fdb3b8eaca4f upstream.

commit c675949ec58ca50d5a3ae3c757892f1560f6e896
    drm/i915: do not setup backlight if not available according to VBT

caused a regression on the HP Chromebook 14 (with Celeron 2955U CPU),
which has a misconfigured VBT. Apply quirk to ignore the VBT backlight
presence check during backlight setup.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=79813
Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
Tested-by: Stefan Nagy <public@stefan-nagy.at>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/i915/intel_display.c