Simon Ser
|
8aa57fbed9
|
edid: turn range limits max pixel clock into an int64_t
An int32_t is not large enough:
MAX_UINT8 * 10 * 1000 * 1000 > MAX_INT32.
We already use int64_t for di_cta_video_format.pixel_clock.
Signed-off-by: Simon Ser <contact@emersion.fr>
Closes: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/issues/38
|
2023-11-05 10:12:47 +00:00 |
|
Sebastian Wick
|
4a8684d1b0
|
edid: add support for CVT timing code descriptors
Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
|
2023-01-04 02:12:22 +01:00 |
|
Simon Ser
|
4e0fd2c979
|
di-edid-decode: print DMT reduced blanking flag
Signed-off-by: Simon Ser <contact@emersion.fr>
|
2022-11-23 15:30:33 +01:00 |
|
Simon Ser
|
671c8d78d3
|
di-edid-decode: print full established timings III
Signed-off-by: Simon Ser <contact@emersion.fr>
|
2022-11-23 15:30:33 +01:00 |
|
Simon Ser
|
5b81e0b578
|
di-edid-decode: add special case for 16:10 aspect ratio
The mathematical aspect ratio is 8:5 but people use 16:10.
Signed-off-by: Simon Ser <contact@emersion.fr>
|
2022-11-23 15:30:33 +01:00 |
|
Simon Ser
|
97a8f16d1f
|
di-edid-decode: split into multiple files
di-edid-decode.c is getting bit and messy.
Use one file per spec.
Signed-off-by: Simon Ser <contact@emersion.fr>
|
2022-10-07 05:05:27 +00:00 |
|