From 92aca3b19e7201ed6e8f74b18207209d9312f8d2 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 15 Aug 2013 16:40:47 +0100 Subject: intel_infoframes: Dump 3D_Ext_Data when using Side-by-side (half) Signed-off-by: Damien Lespiau --- tools/intel_infoframes.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/intel_infoframes.c') diff --git a/tools/intel_infoframes.c b/tools/intel_infoframes.c index b6d289f1..3b78d1fa 100644 --- a/tools/intel_infoframes.c +++ b/tools/intel_infoframes.c @@ -491,6 +491,11 @@ static void dump_vendor_hdmi(DipInfoFrame *frame) printf("- 3D Format: %s\n", s3d_structure_to_string(s3d_structure)); + + /* Side-by-side (half) */ + if (s3d_structure == 8) + printf("- 3D Ext Data 0x%x\n", + frame->vendor.s3d_ext_data); } } -- cgit v1.2.3