]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bios: move debug logging about VBT source to intel_parse_bios()
authorJani Nikula <jani.nikula@intel.com>
Tue, 15 Dec 2015 11:14:52 +0000 (13:14 +0200)
committerJani Nikula <jani.nikula@intel.com>
Wed, 16 Dec 2015 09:22:06 +0000 (11:22 +0200)
commit98e7819dc34e268237638bf43410e4ff7debd015
treefe28c7b22fb90f8fb6bb14faeccfd3dfc95fbca9
parent9491632fc8a0d8ba27ccdbded89ac3e0dce4937b
drm/i915/bios: move debug logging about VBT source to intel_parse_bios()

The decision about which source will be used for VBT is done in
intel_parse_bios(), not in the VBT validation function. Make the VBT
validation function strictly about validation, and move the debug
logging to where it logically belongs.

Also split the logging about where the valid VBT was found and what the
signature is. This will make even more sense in the future when the
validation for ACPI OpRegion based VBT takes place at OpRegion setup
time.

v2: Split logging about VBT signature and BDB version.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1450178092-27148-1-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_bios.c