diff options
author | Randolph Sapp <rs@ti.com> | 2025-03-31 17:39:39 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-04-01 09:20:07 -0500 |
commit | a08a55d1d9240305a1101c2cd952684ab782cf64 (patch) | |
tree | bb8ed63e4fd0da3b859199553e4c6b568986c283 | |
parent | 9b88e3ac0a2201bb856302ce9927dee2529bb138 (diff) | |
download | meta-ti-a08a55d1d9240305a1101c2cd952684ab782cf64.tar.gz |
ti-img-rogue-driver: resolve issues with fdinfo
Bump the srcrev to include a fix for events where the driver is
requested to show advanced information about file descriptors that are
associated with the device but are not currently associated with a
rendering task.
This should address the kernel fault in pvr_show_fdinfo associated with
fdinfo/lsof.
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.bb | 2 |
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 96ca8ff5..b356ce48 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 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | SRCREV = "3bcbba9708fe6a882cd0f4820469d026fff7aee5" | 22 | SRCREV = "8eaff654a8871118c08cfafe53795f57e3b6b396" |
23 | 23 | ||
24 | TARGET_PRODUCT:j721e = "j721e_linux" | 24 | TARGET_PRODUCT:j721e = "j721e_linux" |
25 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | 25 | TARGET_PRODUCT:j721s2 = "j721s2_linux" |