aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/bridged_pvr_bridge.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove PVR.Kyle Repinski2014-11-191-4894/+0
|
* Revert "gpu: pvr: Update to DDK 1.9.RC1.JB@2113614"Todd Poynor2012-08-131-561/+184
| | | | | | | This reverts commit 19aecca9756540787ff2057f07ca327b9baf4dde. Change-Id: I9be7eaddf893f58fbbe23dcd936f15daa8b306b8 Signed-off-by: Todd Poynor <toddpoynor@google.com>
* gpu: pvr: Update to DDK 1.9.RC1.JB@2113614Alistair Strachan2012-08-071-184/+561
| | | | Change-Id: Id62b25908d2cd0519c4d5126193ac9b18135a971
* gpu: pvr: Update to DDK 1.8@869593Ben Jones2012-04-051-7/+15
| | | | | | - Add missing PVRSRVKernelSyncInfoDecRef calls to error paths. Change-Id: I68e15fdd828449038a966f55f8d0a1461f060b5b
* gpu: pvr: Update to DDK 1.8@794370Alistair Strachan2012-01-191-37/+0
| | | | Change-Id: I77887fd47acf5f29cce09bc9e06378d3c8608614
* gpu: pvr: Update to DDK 1.8@782847Alistair Strachan2011-11-291-1/+2
| | | | | | | | - Add reference count debugging feature to dump out the last 256 object reference count modifications. This is for further bug investigation. Change-Id: I8d2c2ea4fb52a68e4ec30abb31628f0c44ec5dec
* gpu: pvr: Update to DDK 1.8@296806Ben Jones2011-10-131-0/+6
| | | | | | | | | | - http://b/5443319 "PowerVR driver allows screenshots to be taken by any user" The PVRSRVGetDCSystemBuffer function (which mapped the framebuffer to userspace) has now been completely removed. It should no longer be possible for an application to map the system framebuffer. Change-Id: I806b8afedfa601a25d9d4bc84702360d3e805827
* gpu: pvr: Update to DDK 1.8@293942Alistair Strachan2011-09-281-2/+0
| | | | | | | | - Fix http://b/5359899 "hardware composer artifacts for SurfaceView.." Make sure the CPU cache is cleaned if no SGX render was issued (only SW renders) between two HWC compositions. Change-Id: Ic7a785cf00788eefe323289e5c850dc90038ee9c
* gpu: pvr: Update to DDK 1.8@292423Alistair Strachan2011-09-211-1/+1
| | | | Change-Id: I0141674bb5469c6f726a7b3231a3e06972a0c9bc
* gpu: pvr: Update to DDK 1.8@291121Alistair Strachan2011-09-131-0/+12
| | | | | | | - Merged TI heap configuration change - Pass ROC2 devvaddr through to userspace (better debug) Change-Id: I28656334473569622c96b88c5aa56d0a8cadca29
* gpu: pvr: Update to DDK 1.8@275540Alistair Strachan2011-08-171-1/+7
|
* gpu: pvr: Update to DDK 1.8.18.964Alistair Strachan2011-08-021-2/+3
| | | | | | - Add SUPPORT_GET_DC_BUFFERS_SYS_PHYADDRS to enable returning of display buffer physical addresses to user-space. Required for C110 HWC.
* gpu: pvr: Update to DDK 1.8.18.919Imagination Technologies Ltd2011-07-251-7/+23
| | | | - Groundwork for "multiple readers" capability required by HWC.
* gpu: pvr: Update to DDK 1.8.18.866Imagination Technologies Ltd2011-07-251-4/+6
| | | | Merge omaplfb display changes.
* gpu: pvr: Update to DDK 1.8.18.749Imagination Technologies Ltd2011-07-111-0/+16
|
* gpu: pvr: Update to DDK 1.8.18.581 Signed-off-by: Imagination Technologies ↵Imagination Technologies Ltd2011-07-111-82/+5
| | | | Ltd <gpl-support@imgtec.com> Signed-off-by: Imagination Technologies Ltd <gpl-support@imgtec.com>
* gpu: pvr: Update to DDK 1.8.18.571 Signed-off-by: Imagination Technologies ↵Imagination Technologies Ltd2011-07-111-3245/+3369
| | | | Ltd <gpl-support@imgtec.com> Signed-off-by: Imagination Technologies Ltd <gpl-support@imgtec.com>
* gpu: pvr: First attempt to add ProcessFlip2 feature Signed-off-by: Alistair ↵Alistair Strachan2011-07-111-0/+78
| | | | Strachan <alistair.strachan@imgtec.com> Signed-off-by: Alistair Strachan <alistair.strachan@imgtec.com>
* gpu: pvr: Update to DDK 1.7.17.4142Imagination Technologies Ltd2011-06-141-3034/+3880
|
* OMAP4: SGX-KM: Update DDK version to 1.6.16.4061Rodrigo Obregon2011-06-141-93/+91
| | | | | | | | | | This patch updates the DDK to version 1.6.16.4061 The corresponding change in the user side most be in place for this DDK to work. Change-Id: I0e3ffff29506115fac5b215b1020d20559ee1853 Signed-off-by: Rodrigo Obregon <robregon@ti.com>
* SGX-KM: Upgrading to DDK 1.6.16.3924Hemant Hariyani2011-06-141-5/+20
| | | | | | Upgrading kernel side DDK to version 1.6.16.3924. Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
* SGX-KM Initial SGX driver integration for 2.6.35 kernel.Hemant Hariyani2011-06-141-0/+3881
This is the first version of SGX driver integration to ensure UI boot-up. Power management and hwmod modifications will be added as patches. Change-Id: If71e6cd651a53f4809e7b978b693cb7d1a89178d Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>