curs.h 512 B

1234567891011121314
  1. #ifndef __NV50_KMS_CURS_H__
  2. #define __NV50_KMS_CURS_H__
  3. #include "wndw.h"
  4. int curs507a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
  5. int curs507a_new_(const struct nv50_wimm_func *, struct nouveau_drm *,
  6. int head, s32 oclass, u32 interlock_data,
  7. struct nv50_wndw **);
  8. int curs907a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
  9. int cursc37a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
  10. int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **);
  11. #endif