diff options
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 |