]> git.baikalelectronics.ru Git - kernel.git/commit
DRM/i915: Add QUIRK_INVERT_BRIGHTNESS for NCR machines.
authorEgbert Eich <eich@suse.de>
Sun, 14 Oct 2012 13:46:38 +0000 (15:46 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 16 Oct 2012 07:38:59 +0000 (09:38 +0200)
commitc2935bd28fcd62a8b637a2ea4ac7d72b43703b92
tree5b2e31beb1b4766a49de470b15d02dc4d197fbe3
parentd86389f11899fa99c9bca7954ec130db724ac3a4
DRM/i915: Add QUIRK_INVERT_BRIGHTNESS for NCR machines.

NCR machines with LVDS panels using Intel chipsets need to have the
QUIRK_INVERT_BRIGHTNESS bit set.
Unfortunately NCR doesn't set a meaningful subvendor/subdevice ID,
therefore we add a DMI dependent quirk list.

Signed-off-by: Egbert Eich <eich@suse.de>
[danvet: fixup whitespace fail.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c