| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
This reverts commit 19aecca9756540787ff2057f07ca327b9baf4dde.
Change-Id: I9be7eaddf893f58fbbe23dcd936f15daa8b306b8
Signed-off-by: Todd Poynor <toddpoynor@google.com>
|
|
|
|
| |
Change-Id: Id62b25908d2cd0519c4d5126193ac9b18135a971
|
|
|
|
|
|
|
|
| |
- Fixed "XPROC workaround in a bad state" messages, issue
http://b/5806132.
- Fixed missing GPL header in sgx_ukernel_status_codes.h.
Change-Id: I0f09634f0ac3cbc2fcacee81a79c3e28b67aea9e
|
|
|
|
|
|
|
| |
- Merged TI heap configuration change
- Pass ROC2 devvaddr through to userspace (better debug)
Change-Id: I28656334473569622c96b88c5aa56d0a8cadca29
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 3b362566ddbe503d9306840e6465bdbc5055f691.
Conflicts:
drivers/gpu/pvr/pvrsrv.c
Change-Id: I30933fc30f942c71d049f8ebeb3edd9367679815
|
|
|
|
| |
- Groundwork for "multiple readers" capability required by HWC.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added reference count for each time an NV12 buffer is queued to
the display. It is decremented when the buffer is swapped with
another one (including the same one queued again).
This is a crude solution since SGX is not keeping proper readops
count for displayed buffers.
Using atomic operations to change the reference count as the
incrementing and decrementing are done in different blocks
(graphics and display) under different locks. This should
still be OK because the incrementing and the checking is in
the graphics context.
Requires corresponding change in DDK.
Change-Id: I361577a3104e002cf9e5c5452fb2ce967545766b
Signed-off-by: Lajos Molnar <molnar@ti.com>
|
| |
|
|
|
|
|
| |
Change-Id: I930b8de0c00e746d08f214a6b5e064e04828af38
Signed-off-by: Erik Gilling <konkers@android.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Upgrading kernel side DDK to version 1.6.16.3924.
Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
|
|
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>
|