diff mbox series

edid-decode: Upgrade to latest master

Message ID 20231019110452.1439488-1-festevam@gmail.com
State Under Review
Headers show
Series edid-decode: Upgrade to latest master | expand

Commit Message

Fabio Estevam Oct. 19, 2023, 11:04 a.m. UTC
Upgrade to latest master, which contains these additional commits:

5920bf2a756b edid-decode: improve GTF/CVT failure messages
e59b8a2ffd69 edid-decode: check for VICs in ascending order
5f723267e04d edid-decode: downgrade the 'out-of-range' failure to a warning
a31e68043878 edid-decode: add HDMI Forum EDID updates
2f19bd0c1d9b edid-decode: update HDR10+ DB
e48fb384fff4 edid-decode: add Filmmaker Mode, fix Dolby PQ v2 calculations
2d44e1b01c7e edid-decode: fix HDMI video/audio latency calculation
d740dde3540a edid-decode: update to CTA-861-I
915b0ce5329f edid-decode: print human-readable CTA infoframe types

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 meta-oe/recipes-support/edid-decode/edid-decode_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb
index c1f512160d61..48b52eefcaa1 100644
--- a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb
+++ b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb
@@ -7,7 +7,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592"
 
 SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master"
-SRCREV = "e052f5f9fdf74ca11aa1a8edfa62eff8d0aa3d0d"
+SRCREV = "5920bf2a756b2f748c49ff6a08b9f421026473c5"
 PV = "0.0+git${SRCPV}"
 S = "${WORKDIR}/git"