summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/powervr-drivers
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2015-07-06 14:28:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-07-07 16:26:49 -0400
commitcf0499ca614434f508384a10f71d6551d557ebf2 (patch)
tree988ad00a994276d1a41368b7b646022e159ed30e /recipes-bsp/powervr-drivers
parent1dd7db9681ca78aada641339cae88602ff333a2a (diff)
downloadmeta-ti-cf0499ca614434f508384a10f71d6551d557ebf2.tar.gz
omapdrm-pvr: Bug fixes and updates to the driver
* Fixed array out of bounds issue which causes failure in create_gem_wrapper * Truncate SGX HW recovery traces Signed-off-by: Karthik Ramanan <a0393906@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.bb4
1 files changed, 2 insertions, 2 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 39885f8c..e173557b 100644
--- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
+++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bf
5 5
6inherit module 6inherit module
7 7
8MACHINE_KERNEL_PR_append = "e" 8MACHINE_KERNEL_PR_append = "f"
9PR = "${MACHINE_KERNEL_PR}" 9PR = "${MACHINE_KERNEL_PR}"
10 10
11BRANCH = "next" 11BRANCH = "next"
@@ -13,7 +13,7 @@ BRANCH = "next"
13SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16SRCREV = "872aa64b227cadbc97755a4192919dd5ca637971" 16SRCREV = "430673f78b79eccdf308a6bbfb524209b485d2cc"
17 17
18EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' 18EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
19 19