]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bios: don't initialize fields based on vbt version
authorJani Nikula <jani.nikula@intel.com>
Thu, 28 Sep 2017 08:21:59 +0000 (11:21 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 10 Oct 2017 06:05:44 +0000 (09:05 +0300)
commit14302444060f1ad31cb6dae2c96593c01718100e
tree76e9be32433581f6e678e6a66ad6204cb434bddd
parentf938d5536455531366ae546f695b6d8a7b73ce4a
drm/i915/bios: don't initialize fields based on vbt version

In theory, these might clobber information for older VBT versions.

We might have to store the BDB version for later parsing, but currently
all code accessing these fields will only use them on newer platforms
with new enough BDB versions.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/0232d9cb258e8f83c4180cdb8aad1459a312ec2a.1506586821.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_bios.c