xref: /linux/drivers/gpu/drm/nouveau/dispnv50/curs.h (revision 2ce7f38629891eeaf3e5d406add102a3fa6f6632)
1 #ifndef __NV50_KMS_CURS_H__
2 #define __NV50_KMS_CURS_H__
3 #include "wndw.h"
4 
5 int curs507a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
6 int curs507a_new_(const struct nv50_wimm_func *, struct nouveau_drm *,
7 		  int head, s32 oclass, u32 interlock_data,
8 		  struct nv50_wndw **);
9 
10 int curs907a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
11 
12 int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **);
13 #endif
14