summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-graphics
diff options
context:
space:
mode:
authorDarren Etheridge <detheridge@ti.com>2022-09-13 03:54:37 +0000
committerRyan Eatmon <reatmon@ti.com>2022-09-22 11:23:07 -0500
commite210d36ad1a214df08039ebf8a6cb16fa23eea4a (patch)
tree356121d2c462ed097ecfb73bbbb90e63039962da /meta-ti-bsp/recipes-graphics
parent2124e7ecd88d1aded320e86da62785c3ab171b27 (diff)
downloadmeta-ti-e210d36ad1a214df08039ebf8a6cb16fa23eea4a.tar.gz
ti-graphics: update for 4K/64K page size GPU drivers
Pull in the GPU KM/UMLIBS that enable the unified 4K/64K page firmware support in the IMG Rogue drivers. Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-graphics')
-rw-r--r--meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
index 115344b1..1fb04dab 100644
--- a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
+++ b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
@@ -10,12 +10,12 @@ REQUIRED_MACHINE_FEATURES = "gpu"
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11COMPATIBLE_MACHINE = "j721e|j721s2|am62xx" 11COMPATIBLE_MACHINE = "j721e|j721s2|am62xx"
12 12
13PR = "r1" 13PR = "r2"
14 14
15BRANCH = "linuxws/dunfell/k5.10/${PV}" 15BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize"
16 16
17SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" 17SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}"
18SRCREV = "47c3ffc44f2881397d45c8a2b5dfa7d6c58b79fb" 18SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed"
19 19
20TARGET_PRODUCT:j721e = "j721e_linux" 20TARGET_PRODUCT:j721e = "j721e_linux"
21TARGET_PRODUCT:j721s2 = "j721s2_linux" 21TARGET_PRODUCT:j721s2 = "j721s2_linux"