Commit 01e3a8fe authored by Jani Nikula's avatar Jani Nikula Committed by Daniel Vetter
Browse files

drm/i915: add quirk to invert brightness on eMachines e725

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=31522#c35


[Note: There are more than one broken setups in the bug. This fixes one.]
Reported-by: default avatarMartins <andrissr@inbox.lv>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 1ffff603
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8602,6 +8602,9 @@ static struct intel_quirk intel_quirks[] = {

	/* Acer/eMachines G725 */
	{ 0x2a42, 0x1025, 0x0210, quirk_invert_brightness },

	/* Acer/eMachines e725 */
	{ 0x2a42, 0x1025, 0x0212, quirk_invert_brightness },
};

static void intel_init_quirks(struct drm_device *dev)