diff options
author | Darren Etheridge <detheridge@ti.com> | 2022-09-13 03:54:37 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-09-22 11:23:07 -0500 |
commit | e210d36ad1a214df08039ebf8a6cb16fa23eea4a (patch) | |
tree | 356121d2c462ed097ecfb73bbbb90e63039962da /meta-ti-bsp/recipes-graphics | |
parent | 2124e7ecd88d1aded320e86da62785c3ab171b27 (diff) | |
download | meta-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.bb | 6 |
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" | |||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | COMPATIBLE_MACHINE = "j721e|j721s2|am62xx" | 11 | COMPATIBLE_MACHINE = "j721e|j721s2|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:j721e = "j721e_linux" | 20 | TARGET_PRODUCT:j721e = "j721e_linux" |
21 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | 21 | TARGET_PRODUCT:j721s2 = "j721s2_linux" |