diff options
author | Darren Etheridge <detheridge@ti.com> | 2022-05-12 13:29:23 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-12 13:37:21 -0500 |
commit | 458b19e95974270c7b815e31544de68136cba063 (patch) | |
tree | d9e92650ca92c98dba0770f54bd2f259cd6c07ed /recipes-graphics | |
parent | 45f07a0387fbac8496f1a800ec7f0354d8264634 (diff) | |
download | meta-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.bb | 6 |
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" | |||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx" | 11 | COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx" |
12 | 12 | ||
13 | PR = "r1" | 13 | PR = "r2" |
14 | 14 | ||
15 | BRANCH = "linuxws/dunfell/k5.10/${PV}" | 15 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" |
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" |
18 | SRCREV = "47c3ffc44f2881397d45c8a2b5dfa7d6c58b79fb" | 18 | SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed" |
19 | 19 | ||
20 | TARGET_PRODUCT_j7-evm = "j721e_linux" | 20 | TARGET_PRODUCT_j7-evm = "j721e_linux" |
21 | TARGET_PRODUCT_j7-hs-evm = "j721e_linux" | 21 | TARGET_PRODUCT_j7-hs-evm = "j721e_linux" |