Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 724cb06f authored by Scot Doyle's avatar Scot Doyle Committed by Daniel Vetter
Browse files

drm/i915: Ignore VBT backlight presence check on HP Chromebook 14

commit c675949e
    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: default avatarScot Doyle <lkml14@scotdoyle.com>
Tested-by: default avatarStefan Nagy <public@stefan-nagy.at>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 6b89cdde
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11673,6 +11673,9 @@ static struct intel_quirk intel_quirks[] = {

	/* Toshiba CB35 Chromebook (Celeron 2955U) */
	{ 0x0a06, 0x1179, 0x0a88, quirk_backlight_present },

	/* HP Chromebook 14 (Celeron 2955U) */
	{ 0x0a06, 0x103c, 0x21ed, quirk_backlight_present },
};

static void intel_init_quirks(struct drm_device *dev)