]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bios: remove extra debug messages
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 6 Dec 2019 19:05:52 +0000 (11:05 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 13 Dec 2019 22:36:06 +0000 (14:36 -0800)
commitf19f2413ae77e3a5f8048febd7b23397afa815f3
tree36b6fd43cd700a5cf52569f9f313193a36c95f26
parentc291bc5ff5569c5679ea03e384cea02afd6c53d7
drm/i915/bios: remove extra debug messages

Just like in commit 0a71ba98c396 ("drm/i915/tgl: allow DVI/HDMI on port
A"), the port checks when reading the VBT can easily not match what the
platform really exposes. However here we only have some additional debug
messages that are not adding much value: in the previous debug message
we already print everything we know about the VBT.

Instead of keep fixing the possible port assignments according to the
platform, just nuke the additional messages.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191206190552.8818-1-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_bios.c