pvr: increase source sync object limit
authorHaitao Huang <haitao.huang@intel.com>
Fri, 20 Jan 2012 12:51:10 +0000 (06:51 -0600)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:29:36 +0000 (12:29 +0300)
Issue: ANDROID-372
Signed-off-by: Haitao Huang <haitao.huang@intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
drivers/staging/mrst/pvr/include4/sgxapi_km.h
include/drm/pvr_drm.h

index 4fc6042..737e21f 100644 (file)
@@ -79,7 +79,7 @@ extern "C" {
 #define SGX_MAX_TA_SRC_SYNCS                   1
 #define SGX_MAX_3D_SRC_SYNCS                   4
 #else
-#define SGX_MAX_SRC_SYNCS                              8
+#define SGX_MAX_SRC_SYNCS                              16
 #define SGX_MAX_DST_SYNCS                              1
 #endif
 
index 3b1a0bc..7c54b7f 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _PVR_DRM_H_
 #define _PVR_DRM_H_
 
-#define PVR_ABI_VER_MAJOR      1
+#define PVR_ABI_VER_MAJOR      2
 #define PVR_ABI_VER_MINOR      0
 
 #endif