summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorDarren Etheridge <detheridge@ti.com>2022-05-12 13:29:23 -0500
committerRyan Eatmon <reatmon@ti.com>2022-05-12 13:37:21 -0500
commit458b19e95974270c7b815e31544de68136cba063 (patch)
treed9e92650ca92c98dba0770f54bd2f259cd6c07ed /recipes-graphics
parent45f07a0387fbac8496f1a800ec7f0354d8264634 (diff)
downloadmeta-ti-458b19e95974270c7b815e31544de68136cba063.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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
index 0f3f9192..1bfb2b93 100644
--- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
+++ b/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 = "j7-evm|j7-hs-evm|j721s2-evm|am62xx" 11COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|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_j7-evm = "j721e_linux" 20TARGET_PRODUCT_j7-evm = "j721e_linux"
21TARGET_PRODUCT_j7-hs-evm = "j721e_linux" 21TARGET_PRODUCT_j7-hs-evm = "j721e_linux"