xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/curs.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: curs.h,v 1.2 2021/12/18 23:45:32 riastradh Exp $	*/
2 
3 #ifndef __NV50_KMS_CURS_H__
4 #define __NV50_KMS_CURS_H__
5 #include "wndw.h"
6 
7 int curs507a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
8 int curs507a_new_(const struct nv50_wimm_func *, struct nouveau_drm *,
9 		  int head, s32 oclass, u32 interlock_data,
10 		  struct nv50_wndw **);
11 
12 int curs907a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
13 int cursc37a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
14 
15 int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **);
16 #endif
17