diff options
Diffstat (limited to 'drivers/gpu/pvr/perproc.h')
-rw-r--r-- | drivers/gpu/pvr/perproc.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/perproc.h b/drivers/gpu/pvr/perproc.h index 37359d50e05..e416b5a629e 100644 --- a/drivers/gpu/pvr/perproc.h +++ b/drivers/gpu/pvr/perproc.h | |||
@@ -41,12 +41,21 @@ typedef struct _PVRSRV_PER_PROCESS_DATA_ | |||
41 | IMG_UINT32 ui32PID; | 41 | IMG_UINT32 ui32PID; |
42 | IMG_HANDLE hBlockAlloc; | 42 | IMG_HANDLE hBlockAlloc; |
43 | PRESMAN_CONTEXT hResManContext; | 43 | PRESMAN_CONTEXT hResManContext; |
44 | #if defined (SUPPORT_SID_INTERFACE) | ||
45 | IMG_SID hPerProcData; | ||
46 | #else | ||
44 | IMG_HANDLE hPerProcData; | 47 | IMG_HANDLE hPerProcData; |
48 | #endif | ||
45 | PVRSRV_HANDLE_BASE *psHandleBase; | 49 | PVRSRV_HANDLE_BASE *psHandleBase; |
50 | #if defined (SUPPORT_SID_INTERFACE) | ||
51 | |||
52 | IMG_BOOL bHandlesBatched; | ||
53 | #else | ||
46 | #if defined (PVR_SECURE_HANDLES) | 54 | #if defined (PVR_SECURE_HANDLES) |
47 | 55 | ||
48 | IMG_BOOL bHandlesBatched; | 56 | IMG_BOOL bHandlesBatched; |
49 | #endif | 57 | #endif |
58 | #endif | ||
50 | IMG_UINT32 ui32RefCount; | 59 | IMG_UINT32 ui32RefCount; |
51 | 60 | ||
52 | 61 | ||
@@ -55,9 +64,9 @@ typedef struct _PVRSRV_PER_PROCESS_DATA_ | |||
55 | 64 | ||
56 | IMG_BOOL bPDumpPersistent; | 65 | IMG_BOOL bPDumpPersistent; |
57 | #if defined(SUPPORT_PDUMP_MULTI_PROCESS) | 66 | #if defined(SUPPORT_PDUMP_MULTI_PROCESS) |
58 | 67 | ||
59 | IMG_BOOL bPDumpActive; | 68 | IMG_BOOL bPDumpActive; |
60 | #endif | 69 | #endif |
61 | #endif | 70 | #endif |
62 | 71 | ||
63 | IMG_HANDLE hOsPrivateData; | 72 | IMG_HANDLE hOsPrivateData; |