summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/radeon/r600_cp.h
blob: b1611ba3e29f880482d61251f5b4a7f4c48c6be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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