summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/sid.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-04-26 19:10:43 +0200
committerMarek Olšák <[email protected]>2016-05-10 17:20:09 +0200
commitf837c37f022ecf4925a574961027eb12f125e66c (patch)
tree2f7deba49f05b10bbf2549ab565a5121faab129e /src/gallium/drivers/radeonsi/sid.h
parentfaa4f0191d9c4b3ceb6340e86f937b84fdb198c2 (diff)
radeonsi: raise the max size for SDMA buffer copies
Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/sid.h')
-rw-r--r--src/gallium/drivers/radeonsi/sid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/sid.h b/src/gallium/drivers/radeonsi/sid.h
index da4f4fa2ed8..dcd63727058 100644
--- a/src/gallium/drivers/radeonsi/sid.h
+++ b/src/gallium/drivers/radeonsi/sid.h
@@ -9021,7 +9021,7 @@
#define CIK_SDMA_PACKET_SEMAPHORE 0x7
#define CIK_SDMA_PACKET_CONSTANT_FILL 0xb
#define CIK_SDMA_PACKET_SRBM_WRITE 0xe
-#define CIK_SDMA_COPY_MAX_SIZE 0x1fffff
+#define CIK_SDMA_COPY_MAX_SIZE 0x3fffe0
#endif /* _SID_H */