From 9313bf168207e08b0b6abf3e4a2c7a93c77a42b4 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 15 Feb 2024 14:30:08 -0600 Subject: ti-img-rogue-driver: fix suspend/resume regression Bump the SRCREV to include a fix for suspend and resume. Unfortunately version 23.3 includes a partial rework of the power management subsystem that breaks OS active power management. Apparently it also broke OS suspend/resume by incorrectly setting OS state before the device state was updated and trying to fall back on device default behavior in certain paths. This fixes OS suspend/resume but unfortunately full OS APM will need a little more work. Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon --- .../recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb index bc59816a..a4b5390f 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb @@ -22,7 +22,7 @@ SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https; S = "${WORKDIR}/git" -SRCREV = "41a494accb30aa2f247e6a4e123a4954982f2a88" +SRCREV = "c89c1efa4a1ee5da64fd525f45e9e33728cf6181" TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux" -- cgit v1.2.3-54-g00ecf