[PATCH i-g-t 11/20] tools/intel_vbt_decode: Dump the new eDP DSC disable bit

Ville Syrjala ville.syrjala at linux.intel.com
Fri May 31 14:23:45 UTC 2024


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

The eDP block has a new bit to indicate DSC should be disabled.
Dump it out.

Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 tools/intel_vbt_decode.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index ed18a156c1ee..2d627c821978 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -1777,6 +1777,10 @@ static void dump_edp(struct context *context,
 			printf("\t\teDP max port link rate: %g Gbps (0x%02x)\n",
 			       rate / 5000.0f, rate);
 		}
+
+		if (context->bdb->version >= 251)
+			printf("\t\teDP DSC disable: %s\n",
+			       YESNO(panel_bool(edp->edp_dsc_disable, i)));
 	}
 }
 
-- 
2.44.1



More information about the igt-dev mailing list