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)
commit2d936f1cf78fe84c05642545abe052488e7adad4
tree76e9be32433581f6e678e6a66ad6204cb434bddd
parenta87145ca56d14fc4b0bce68c18a5fecb01a09540
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