diff options
author | Rodrigo Obregon <robregon@ti.com> | 2011-08-25 03:00:15 -0400 |
---|---|---|
committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:18:37 -0400 |
commit | 10544db2e8800cd0f7c9b48d50ecc2070a9ed019 (patch) | |
tree | 3df850016a4708ffd956b2cbbe60a168f78c853b /drivers/gpu/pvr/buffer_manager.h | |
parent | 2d8710c0d6d3e8a537676decab8cb51d1343f2f8 (diff) |
OMAP4: SGX-KM: Update DDK version to 1.7.17.3556
This patch updates the DDK to version 1.7.17.3556
The corresponding change in the user side most be
in place for this DDK to work.
Change-Id: I57ab5c29e7cf89bfce2388428914cc1f1474be6d
Signed-off-by: Rodrigo Obregon <robregon@ti.com>
Diffstat (limited to 'drivers/gpu/pvr/buffer_manager.h')
-rw-r--r-- | drivers/gpu/pvr/buffer_manager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/pvr/buffer_manager.h b/drivers/gpu/pvr/buffer_manager.h index 1467cd3939f..b821545e946 100644 --- a/drivers/gpu/pvr/buffer_manager.h +++ b/drivers/gpu/pvr/buffer_manager.h | |||
@@ -202,6 +202,11 @@ IMG_VOID BM_Export(BM_HANDLE hBuf); | |||
202 | 202 | ||
203 | IMG_VOID BM_FreeExport(BM_HANDLE hBuf, IMG_UINT32 ui32Flags); | 203 | IMG_VOID BM_FreeExport(BM_HANDLE hBuf, IMG_UINT32 ui32Flags); |
204 | 204 | ||
205 | PVRSRV_ERROR BM_XProcWorkaroundSetShareIndex(IMG_UINT32 ui32Index); | ||
206 | PVRSRV_ERROR BM_XProcWorkaroundUnsetShareIndex(IMG_UINT32 ui32Index); | ||
207 | PVRSRV_ERROR BM_XProcWorkaroundFindNewBufferAndSetShareIndex(IMG_UINT32 *pui32Index); | ||
208 | |||
209 | |||
205 | #if defined(__cplusplus) | 210 | #if defined(__cplusplus) |
206 | } | 211 | } |
207 | #endif | 212 | #endif |