aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/perproc.h
diff options
context:
space:
mode:
authorImagination Technologies Ltd <gpl-support@imgtec.com>2011-03-08 17:34:16 +0000
committerColin Cross <ccross@android.com>2011-06-14 09:06:48 -0700
commit52ce8fbb4dcc0b0337c1dcf60348f4772273db83 (patch)
tree6e8d898264d5d3b736ee16a46c777f05deef1863 /drivers/gpu/pvr/perproc.h
parentf60a4091d8499f69fd16114b23756b8fbad3f633 (diff)
downloadkernel_samsung_tuna-52ce8fbb4dcc0b0337c1dcf60348f4772273db83.zip
kernel_samsung_tuna-52ce8fbb4dcc0b0337c1dcf60348f4772273db83.tar.gz
kernel_samsung_tuna-52ce8fbb4dcc0b0337c1dcf60348f4772273db83.tar.bz2
gpu: pvr: Update to DDK 1.7.17.4142
Diffstat (limited to 'drivers/gpu/pvr/perproc.h')
-rw-r--r--drivers/gpu/pvr/perproc.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/drivers/gpu/pvr/perproc.h b/drivers/gpu/pvr/perproc.h
index 37359d5..842680c 100644
--- a/drivers/gpu/pvr/perproc.h
+++ b/drivers/gpu/pvr/perproc.h
@@ -1,6 +1,6 @@
/**********************************************************************
*
- * Copyright(c) 2008 Imagination Technologies Ltd. All rights reserved.
+ * Copyright (C) Imagination Technologies Ltd. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -41,12 +41,21 @@ typedef struct _PVRSRV_PER_PROCESS_DATA_
IMG_UINT32 ui32PID;
IMG_HANDLE hBlockAlloc;
PRESMAN_CONTEXT hResManContext;
+#if defined (SUPPORT_SID_INTERFACE)
+ IMG_SID hPerProcData;
+#else
IMG_HANDLE hPerProcData;
+#endif
PVRSRV_HANDLE_BASE *psHandleBase;
+#if defined (SUPPORT_SID_INTERFACE)
+
+ IMG_BOOL bHandlesBatched;
+#else
#if defined (PVR_SECURE_HANDLES)
IMG_BOOL bHandlesBatched;
#endif
+#endif
IMG_UINT32 ui32RefCount;
@@ -55,9 +64,9 @@ typedef struct _PVRSRV_PER_PROCESS_DATA_
IMG_BOOL bPDumpPersistent;
#if defined(SUPPORT_PDUMP_MULTI_PROCESS)
-
+
IMG_BOOL bPDumpActive;
-#endif
+#endif
#endif
IMG_HANDLE hOsPrivateData;