summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/radeon/r600_cp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm2/radeon/r600_cp.h')
-rw-r--r--sys/dev/drm2/radeon/r600_cp.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/dev/drm2/radeon/r600_cp.h b/sys/dev/drm2/radeon/r600_cp.h
new file mode 100644
index 0000000..b1611ba
--- /dev/null
+++ b/sys/dev/drm2/radeon/r600_cp.h
@@ -0,0 +1,15 @@
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
+#ifndef __R600_CP_H__
+#define __R600_CP_H__
+
+void r600_cs_legacy_get_tiling_conf(struct drm_device *dev,
+ u32 *npipes, u32 *nbanks, u32 *group_size);
+
+int r600_cs_legacy(struct drm_device *dev, void *data, struct drm_file *filp,
+ unsigned family, u32 *ib, int *l);
+void r600_cs_legacy_init(void);
+
+#endif /* !defined(__R600_CP_H__) */
OpenPOWER on IntegriCloud