diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-10-15 20:10:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-10-19 14:41:08 -0400 |
commit | f2dab4ab9cac5c5c0283739ac3c1a1d8eb4c23fb (patch) | |
tree | 8d84adef5ac9b3ec5afc1413fdd3e2151d45d7d3 | |
parent | 5920c55bc0764338cd29debeb67a885a12d12fe2 (diff) | |
download | meta-ti-f2dab4ab9cac5c5c0283739ac3c1a1d8eb4c23fb.tar.gz |
omapdrm-pvr: bump SRCREV for am3 and am4
* Remove the OCP_SYSCONFIG setting so that power management capability
will not be disabled
* Put SGX device in reset state when PVRSRV driver is removed
* Disable the Interrupt Sync Check unless SUPPORT_LISR_MISR_SYNC is defined.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb index 15ccb546..5d5119e7 100644 --- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb +++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | |||
@@ -7,7 +7,7 @@ inherit module | |||
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" | 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" |
9 | 9 | ||
10 | MACHINE_KERNEL_PR_append = "h" | 10 | MACHINE_KERNEL_PR_append = "i" |
11 | PR = "${MACHINE_KERNEL_PR}" | 11 | PR = "${MACHINE_KERNEL_PR}" |
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -20,8 +20,8 @@ SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch | |||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | SRCREV_omap-a15 = "e06c0a4e11401534b938b9a7b1c3f27a65db871f" | 22 | SRCREV_omap-a15 = "e06c0a4e11401534b938b9a7b1c3f27a65db871f" |
23 | SRCREV_ti33x = "ad7c4fa37897b59b6d9ddabb9aba03fd515ffa29" | 23 | SRCREV_ti33x = "2b7523d07a13ab704a24a7664749551f4a13ed32" |
24 | SRCREV_ti43x = "ad7c4fa37897b59b6d9ddabb9aba03fd515ffa29" | 24 | SRCREV_ti43x = "2b7523d07a13ab704a24a7664749551f4a13ed32" |
25 | 25 | ||
26 | PVR_NULLDRM_ti33x = "1" | 26 | PVR_NULLDRM_ti33x = "1" |
27 | PVR_NULLDRM_ti43x = "1" | 27 | PVR_NULLDRM_ti43x = "1" |