diff options
author | Karthik Ramanan <a0393906@ti.com> | 2015-07-06 14:28:32 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-07-07 16:26:49 -0400 |
commit | cf0499ca614434f508384a10f71d6551d557ebf2 (patch) | |
tree | 988ad00a994276d1a41368b7b646022e159ed30e /recipes-bsp/powervr-drivers | |
parent | 1dd7db9681ca78aada641339cae88602ff333a2a (diff) | |
download | meta-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.bb | 4 |
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 | ||
6 | inherit module | 6 | inherit module |
7 | 7 | ||
8 | MACHINE_KERNEL_PR_append = "e" | 8 | MACHINE_KERNEL_PR_append = "f" |
9 | PR = "${MACHINE_KERNEL_PR}" | 9 | PR = "${MACHINE_KERNEL_PR}" |
10 | 10 | ||
11 | BRANCH = "next" | 11 | BRANCH = "next" |
@@ -13,7 +13,7 @@ BRANCH = "next" | |||
13 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | SRCREV = "872aa64b227cadbc97755a4192919dd5ca637971" | 16 | SRCREV = "430673f78b79eccdf308a6bbfb524209b485d2cc" |
17 | 17 | ||
18 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' | 18 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' |
19 | 19 | ||