diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2012-07-20 18:02:09 +0200 |
---|---|---|
committer | KalimochoAz <calimochoazucarado@gmail.com> | 2012-07-20 18:02:09 +0200 |
commit | 4439c06398d46eafc69ea52414418d3ffb27bfe7 (patch) | |
tree | b82f0eac135eb0ea9f60b829ece153ac62bff6ad /drivers/gpu/pvr/sgxapi_km.h | |
parent | 632456bcbac1cacb988883c915174cf841a883f8 (diff) | |
parent | d45c5b0622ff2099402a09eae29a01e9fdb96bdf (diff) | |
download | kernel_samsung_crespo-4439c06398d46eafc69ea52414418d3ffb27bfe7.zip kernel_samsung_crespo-4439c06398d46eafc69ea52414418d3ffb27bfe7.tar.gz kernel_samsung_crespo-4439c06398d46eafc69ea52414418d3ffb27bfe7.tar.bz2 |
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.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/sgxapi_km.h b/drivers/gpu/pvr/sgxapi_km.h index bd8dcb0..eaf45eb 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 |