aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/sgxapi_km.h
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-07-20 18:02:09 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-07-20 18:02:09 +0200
commit4439c06398d46eafc69ea52414418d3ffb27bfe7 (patch)
treeb82f0eac135eb0ea9f60b829ece153ac62bff6ad /drivers/gpu/pvr/sgxapi_km.h
parent632456bcbac1cacb988883c915174cf841a883f8 (diff)
parentd45c5b0622ff2099402a09eae29a01e9fdb96bdf (diff)
downloadkernel_samsung_crespo-4439c06398d46eafc69ea52414418d3ffb27bfe7.tar.gz
kernel_samsung_crespo-4439c06398d46eafc69ea52414418d3ffb27bfe7.tar.bz2
kernel_samsung_crespo-4439c06398d46eafc69ea52414418d3ffb27bfe7.zip
Merge remote-tracking branch 'google/android-samsung-3.0-jb' into HEAD
Conflicts: arch/arm/mach-s5pv210/mach-herring.c drivers/media/video/samsung/fimc/fimc_dev.c include/trace/events/cpufreq_interactive.h
Diffstat (limited to 'drivers/gpu/pvr/sgxapi_km.h')
-rw-r--r--drivers/gpu/pvr/sgxapi_km.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/sgxapi_km.h b/drivers/gpu/pvr/sgxapi_km.h
index bd8dcb0bfc1..eaf45eb3a83 100644
--- a/drivers/gpu/pvr/sgxapi_km.h
+++ b/drivers/gpu/pvr/sgxapi_km.h
@@ -102,9 +102,11 @@ extern "C" {
/* note: there is implicitly 1 3D Dst Sync */
#else
/* sync info structure array size */
-#define SGX_MAX_SRC_SYNCS 8
-#define SGX_MAX_DST_SYNCS 1
+#define SGX_MAX_SRC_SYNCS_TA 8
+#define SGX_MAX_DST_SYNCS_TA 1
/* note: there is implicitly 1 3D Dst Sync */
+#define SGX_MAX_SRC_SYNCS_TQ 8
+#define SGX_MAX_DST_SYNCS_TQ 1
#endif