aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/perproc.h
diff options
context:
space:
mode:
authorRodrigo Obregon <robregon@ti.com>2011-08-25 03:00:15 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:18:37 -0400
commit10544db2e8800cd0f7c9b48d50ecc2070a9ed019 (patch)
tree3df850016a4708ffd956b2cbbe60a168f78c853b /drivers/gpu/pvr/perproc.h
parent2d8710c0d6d3e8a537676decab8cb51d1343f2f8 (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/perproc.h')
-rw-r--r--drivers/gpu/pvr/perproc.h13
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;