Age | Commit message (Collapse) | Author | Files | Lines |
|
Report how many bytes in an Extension Block are unused,
where applicable.
This helps determining how full an Extension Block is.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
Add VTB-EXT bounds checking.
Signed-off-by: Joe van Tunen <joevt@shaw.ca>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: fix typo: DTB -> DTD]
|
|
Add new options to show all Established Timings, DMTs, VICs and
HDMI VICs.
Add new options to show the timings for specific Standard Timing codes,
or DMT, VIC and HDMI VIC codes.
Add new options to calculate GTF and CVT timings, fully implementing the
GTF and CVT standards, including interlaced, overscan, reduced blanking
and support for the GTF Secondary Curve.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
preparse_total_dtds counter is for base and CTA blocks only.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
The VFPDB in the CTA extensions can refer to DTDs by their index,
but that only applies to DTDs in block 0 and in CTA blocks, the
DTDs in other extension blocks are ignored. So just show them
as "DTD" without a counter.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
This makes the layout of the parsed EDID data consistent.
New sections start with 'Section Name:' and the following lines
are one more indent to the right.
Flags are shown as simple strings (no ':').
Values are shown as 'Value: 1234'.
Also DMTs now show the DMT ID instead of just 'DMT'.
Various new tests were also added.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
data_block for a DTD has a DTD index that was off by 1.
Some small textual improvements as well. And the
VTB extension block also had DTDs, so that had to be
preparsed as well to get the correct total of DTDs.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
2019 -> 2020
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
Also end all warnings/failure with a .
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
The indent to the next level is 2 spaces, not 4.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
|
Support the VTB-Ext standard.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|