drm/radeon: Sync to Linux 3.11
[dragonfly.git] / sys / dev / drm / radeon / r600_cp.h
1 /* $FreeBSD: head/sys/dev/drm2/radeon/r600_cp.h 254885 2013-08-25 19:37:15Z dumbbell $ */
2
3 #ifndef __R600_CP_H__
4 #define __R600_CP_H__
5
6 void    r600_cs_legacy_get_tiling_conf(struct drm_device *dev,
7             u32 *npipes, u32 *nbanks, u32 *group_size);
8
9 int     r600_cs_legacy(struct drm_device *dev, void *data, struct drm_file *filp,
10             unsigned family, u32 *ib, int *l);
11 void    r600_cs_legacy_init(void);
12
13 #endif /* !defined(__R600_CP_H__) */