Home | History | Annotate | Line # | Download | only in dispnv50
      1  1.1  riastrad /*	$NetBSD: curs.h,v 1.2 2021/12/18 23:45:32 riastradh Exp $	*/
      2  1.1  riastrad 
      3  1.1  riastrad #ifndef __NV50_KMS_CURS_H__
      4  1.1  riastrad #define __NV50_KMS_CURS_H__
      5  1.1  riastrad #include "wndw.h"
      6  1.1  riastrad 
      7  1.1  riastrad int curs507a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
      8  1.1  riastrad int curs507a_new_(const struct nv50_wimm_func *, struct nouveau_drm *,
      9  1.1  riastrad 		  int head, s32 oclass, u32 interlock_data,
     10  1.1  riastrad 		  struct nv50_wndw **);
     11  1.1  riastrad 
     12  1.1  riastrad int curs907a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
     13  1.1  riastrad int cursc37a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
     14  1.1  riastrad 
     15  1.1  riastrad int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **);
     16  1.1  riastrad #endif
     17