r600_cp.h revision 256281
1
2#include <sys/cdefs.h>
3__FBSDID("$FreeBSD: stable/10/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
8void	r600_cs_legacy_get_tiling_conf(struct drm_device *dev,
9	    u32 *npipes, u32 *nbanks, u32 *group_size);
10
11int	r600_cs_legacy(struct drm_device *dev, void *data, struct drm_file *filp,
12	    unsigned family, u32 *ib, int *l);
13void	r600_cs_legacy_init(void);
14
15#endif /* !defined(__R600_CP_H__) */
16