OSDN Git Service

drm/i915: WARN if a port should use VBT provided vswing tables
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 16 Sep 2022 20:41:32 +0000 (23:41 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 19 Sep 2022 16:59:08 +0000 (19:59 +0300)
commit429a09553559297cc4e021fff2253f4035d3be2e
treed1a6bb00780bdcb75dcccc45491bf5db27712030
parent48176104003058e2ba540fd815ec46c350d65926
drm/i915: WARN if a port should use VBT provided vswing tables

We don't parse the VBT vswing/preemphassis tables at all currently.
Let's WARN if a port wants to use them so we get a heads up that
whether we really need to implement this stuff or not. My
current stash contains no VBTs with this bit set.

v2: Move to print_ddi_port() (Jani)

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