mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
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:
parent
bc1cf77534
commit
92aca3b19e
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user