aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/sgxapi_km.h
diff options
context:
space:
mode:
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 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