[igt-dev] [PATCH i-g-t 09/14] tools/intel_vbt_decode: Decode the "use VBT vswing tables" flag
Ville Syrjala
ville.syrjala at linux.intel.com
Fri Jul 15 20:25:15 UTC 2022
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Decode the "Use VBT swging tables" bit. Note that we don't decode
the actual tables so far.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
tools/intel_vbt_decode.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index e05fed69b242..7b7930086693 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -967,6 +967,7 @@ static void dump_child_device(struct context *context,
printf("\t\tOnboard LSPCON: %s\n", YESNO(child->lspcon));
printf("\t\tIboost enable: %s\n", YESNO(child->iboost));
printf("\t\tHPD sense invert: %s\n", YESNO(child->hpd_invert));
+ printf("\t\tUse VBT vswing/premph table: %s\n", YESNO(child->use_vbt_vswing));
printf("\t\tHDMI compatible? %s\n", YESNO(child->hdmi_support));
printf("\t\tDP compatible? %s\n", YESNO(child->dp_support));
printf("\t\tTMDS compatible? %s\n", YESNO(child->tmds_support));
--
2.35.1
More information about the igt-dev
mailing list