]> git.baikalelectronics.ru Git - kernel.git/commit
i915: Added function to initialize VBT settings
authorSimon Que <sque@chromium.org>
Thu, 30 Sep 2010 08:36:39 +0000 (09:36 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 30 Sep 2010 08:46:58 +0000 (09:46 +0100)
commit3cac6136c42a3561d81c404172c4422eca7619c8
treed6bcaa07ed37b90ad9dad9cdf0e0c94d74cb3ccc
parent2d9a427f51d863a3f4822ce88486e89d9f467ff1
i915: Added function to initialize VBT settings

Added a function that sets the LVDS values to default settings.  This
will be called by intel_init_bios before checking for the VBT (video BIOS
table). The default values are thus loaded regardless of whether a VBT
is found.

The default settings in each parse function have been moved to the new
function. This consolidates all the default settings into one place.

The default dither bit value has been changed from 0 to 1.  We can
assume that display devices will want dithering enabled.

Signed-off-by: Simon Que <sque@chromium.org>
Acked-by: Olof Johansson <olof@lixom.net>
[ickle: fixup for -next]
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_bios.c