[igt-dev] [PATCH i-g-t v2 10/17] tools/intel_vbt_decode: Decode the "use VBT vswing tables" flag

Ville Syrjala ville.syrjala at linux.intel.com
Tue Sep 6 12:29:37 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 dc8d0c4fc57a..d01d89f9aa27 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -968,6 +968,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