From 5b791671adc798486bb85213984e8e11094d19e3 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 20 Aug 2013 14:20:06 +0100 Subject: intel_infoframes: Be future-proof about showing 3D_Ext_Data As Ville noted, future 3D_Struct must also send 3D_Ext_Data in the vendor infoframe. Signed-off-by: Damien Lespiau --- tools/intel_infoframes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/intel_infoframes.c') diff --git a/tools/intel_infoframes.c b/tools/intel_infoframes.c index 3b78d1fa..b25db9d7 100644 --- a/tools/intel_infoframes.c +++ b/tools/intel_infoframes.c @@ -493,7 +493,7 @@ static void dump_vendor_hdmi(DipInfoFrame *frame) s3d_structure_to_string(s3d_structure)); /* Side-by-side (half) */ - if (s3d_structure == 8) + if (s3d_structure >= 8) printf("- 3D Ext Data 0x%x\n", frame->vendor.s3d_ext_data); } -- cgit v1.2.3