summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_cp_dma.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-04-01 18:42:33 -0400
committerMarek Olšák <[email protected]>2018-04-05 15:34:58 -0400
commit5777488406cc1a956bc9fb571f1dbc5a2833475a (patch)
tree0246f62ee6a4a35ca0ba0c566d8ba532457de1ae /src/gallium/drivers/radeonsi/si_cp_dma.c
parenteced536ed6ab44e183561138b28dff56119a8609 (diff)
radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.h
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_cp_dma.c')
-rw-r--r--src/gallium/drivers/radeonsi/si_cp_dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_cp_dma.c b/src/gallium/drivers/radeonsi/si_cp_dma.c
index ffdb78c3e40..b6274af10d9 100644
--- a/src/gallium/drivers/radeonsi/si_cp_dma.c
+++ b/src/gallium/drivers/radeonsi/si_cp_dma.c
@@ -24,7 +24,6 @@
#include "si_pipe.h"
#include "sid.h"
-#include "radeon/r600_cs.h"
/* Recommended maximum sizes for optimal performance.
* Fall back to compute or SDMA if the size is greater.