]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bios: Use the cached BDB version
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 5 Apr 2022 17:33:49 +0000 (20:33 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 12 Apr 2022 04:55:43 +0000 (07:55 +0300)
commitaf71c5a72d1fb4ee2279b6d7d280cc1f7f6a87b6
tree97dd9feb3ef176de698735cdf3c6b3d1c9ed29cb
parent511f0385abeae970b914434f452421413b589359
drm/i915/bios: Use the cached BDB version

We have the BDB version cached, use it. We're going to have to
start doing some of the BDB block parsing later, at which point
we may no longer have the VBT around anymore (we free it at the
end of intel_bios_init() when it didn't come via OpRegion).

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