summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2025-03-14 17:33:18 -0500
committerRyan Eatmon <reatmon@ti.com>2025-03-17 13:40:57 -0500
commite2c86a44c7b5f266d772cbec19f1a666165a5cd1 (patch)
tree8ef8f8967ea07277de9744921e2e662b74eb7efb
parent878cc0cd7e02a3b0575eed38d82e990c3a76f8f6 (diff)
downloadmeta-ti-e2c86a44c7b5f266d772cbec19f1a666165a5cd1.tar.gz
ti-img-rogue-driver: fix os amp interactions
Fix OS APM interactions when uninitialized. Because this driver uses lazy initialization, if the GPU is never given a task it will not be initialized. Even if the device is not fully initialized it is still registered with the DRM subsystem and capable of receiving OS APM signals. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb
index d3860dd8..96ca8ff5 100644
--- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb
+++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22SRCREV = "023eb5afde7e069bff1e5e37620b84a66b447936" 22SRCREV = "3bcbba9708fe6a882cd0f4820469d026fff7aee5"
23 23
24TARGET_PRODUCT:j721e = "j721e_linux" 24TARGET_PRODUCT:j721e = "j721e_linux"
25TARGET_PRODUCT:j721s2 = "j721s2_linux" 25TARGET_PRODUCT:j721s2 = "j721s2_linux"