OSDN Git Service

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)
commite2051c44730b1a18f58b3be88fdc6ca7fb538e11
treefe28c7b22fb90f8fb6bb14faeccfd3dfc95fbca9
parentcaf37fa4b758ebfcac8c4d729fe19322c6bff1dc
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