intel_infoframes: Dump 3D_Ext_Data when using Side-by-side (half)

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2013-08-15 16:40:47 +01:00
parent bc1cf77534
commit 92aca3b19e

View File

@ -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);
}
}