summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/powervr-drivers
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-10-15 20:10:38 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-10-19 14:41:08 -0400
commitf2dab4ab9cac5c5c0283739ac3c1a1d8eb4c23fb (patch)
tree8d84adef5ac9b3ec5afc1413fdd3e2151d45d7d3 /recipes-bsp/powervr-drivers
parent5920c55bc0764338cd29debeb67a885a12d12fe2 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r--recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb6
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
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" 8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
9 9
10MACHINE_KERNEL_PR_append = "h" 10MACHINE_KERNEL_PR_append = "i"
11PR = "${MACHINE_KERNEL_PR}" 11PR = "${MACHINE_KERNEL_PR}"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -20,8 +20,8 @@ SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22SRCREV_omap-a15 = "e06c0a4e11401534b938b9a7b1c3f27a65db871f" 22SRCREV_omap-a15 = "e06c0a4e11401534b938b9a7b1c3f27a65db871f"
23SRCREV_ti33x = "ad7c4fa37897b59b6d9ddabb9aba03fd515ffa29" 23SRCREV_ti33x = "2b7523d07a13ab704a24a7664749551f4a13ed32"
24SRCREV_ti43x = "ad7c4fa37897b59b6d9ddabb9aba03fd515ffa29" 24SRCREV_ti43x = "2b7523d07a13ab704a24a7664749551f4a13ed32"
25 25
26PVR_NULLDRM_ti33x = "1" 26PVR_NULLDRM_ti33x = "1"
27PVR_NULLDRM_ti43x = "1" 27PVR_NULLDRM_ti43x = "1"