diff options
author | Randolph Sapp <rs@ti.com> | 2023-07-06 20:45:50 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-07-11 12:54:37 -0500 |
commit | 2eff3b24a1fe800120fb10a7230b6635eb49300f (patch) | |
tree | 4a134b1f17123350b06b0c093c60696785fc3ae2 /meta-ti-bsp/recipes-bsp | |
parent | 2e3ffb73630f4ff78227822bdb4c23e75a720223 (diff) | |
download | meta-ti-2eff3b24a1fe800120fb10a7230b6635eb49300f.tar.gz |
ti-img-rogue-*: bump srcrev for jacinto fixes
Bump the SRCREV for the umlibs and driver package to include some fixes
for Jacinto devices. These patches do the following:
- Fix virtual memory addressing
- Resolve an issue with APM and debug requests
- Attempt to resolve most of the cache coherency related issues on
Jacinto devices
- Introduce some extra cache maintenance operations in the kernel
module
It also introduces the following known issues:
- Visual artifacting on the second-to-last EGL/GLES context on BXS
based devices (J721S2/J784S4)
We're still working on that last one, but the stability improvements
make this worth while for now.
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb index 2342462e..10f3b727 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb | |||
@@ -22,7 +22,7 @@ SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https; | |||
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | SRCREV = "815f7bc56567220af5af93e9ec8772ea4a866fe7" | 25 | SRCREV = "c0adc3c36f4a0b2f590abfe0609b03096d58c648" |
26 | 26 | ||
27 | TARGET_PRODUCT:j721e = "j721e_linux" | 27 | TARGET_PRODUCT:j721e = "j721e_linux" |
28 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | 28 | TARGET_PRODUCT:j721s2 = "j721s2_linux" |