commit | 2d936f1cf78fe84c05642545abe052488e7adad4 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Thu Sep 28 11:21:59 2017 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Tue Oct 10 09:05:44 2017 +0300 |
tree | 76e9be32433581f6e678e6a66ad6204cb434bddd | |
parent | a87145ca56d14fc4b0bce68c18a5fecb01a09540 [diff] |
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