1 
2 #include <sys/cdefs.h>
3 __FBSDID("$FreeBSD: stable/9/sys/dev/drm2/radeon/r600_cp.h 254885 2013-08-25 19:37:15Z dumbbell $");
4 
5 #ifndef __R600_CP_H__
6 #define	__R600_CP_H__
7 
8 void	r600_cs_legacy_get_tiling_conf(struct drm_device *dev,
9 	    u32 *npipes, u32 *nbanks, u32 *group_size);
10 
11 int	r600_cs_legacy(struct drm_device *dev, void *data, struct drm_file *filp,
12 	    unsigned family, u32 *ib, int *l);
13 void	r600_cs_legacy_init(void);
14 
15 #endif /* !defined(__R600_CP_H__) */
16