]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/vbt: split out defaults that are set when there is no VBT
authorJani Nikula <jani.nikula@intel.com>
Fri, 10 Mar 2017 13:27:58 +0000 (15:27 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 14 Mar 2017 08:49:13 +0000 (10:49 +0200)
commitd531b25da7b89489427c2d785f2f733a294c04f0
treef39729cb724a7872eead3550a0f401fea05a8f0e
parentb46b4333e15e0eca2847cb7179d40baf8634c8ac
drm/i915/vbt: split out defaults that are set when there is no VBT

The main thing are the DDI ports. If there's a VBT that says there are
no outputs, we should trust that, and not have semi-random
defaults. Unfortunately, the defaults have resulted in some Chromebooks
without VBT to rely on this behaviour, so we split out the defaults for
the missing VBT case.

Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
Cc: Manasi Navare <manasi.d.navare@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/95c26079ff640d43f53b944f17e9fc356b36daec.1489152288.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_bios.c