ovly.h 1.1 KB

1234567891011121314151617181920212223242526
  1. #ifndef __NV50_KMS_OVLY_H__
  2. #define __NV50_KMS_OVLY_H__
  3. #include "wndw.h"
  4. int ovly507e_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
  5. int ovly507e_new_(const struct nv50_wndw_func *, const u32 *format,
  6. struct nouveau_drm *, int head, s32 oclass,
  7. u32 interlock_data, struct nv50_wndw **);
  8. int ovly507e_acquire(struct nv50_wndw *, struct nv50_wndw_atom *,
  9. struct nv50_head_atom *);
  10. void ovly507e_release(struct nv50_wndw *, struct nv50_wndw_atom *,
  11. struct nv50_head_atom *);
  12. int ovly507e_scale_set(struct nv50_wndw *, struct nv50_wndw_atom *);
  13. extern const u32 ovly827e_format[];
  14. void ovly827e_ntfy_reset(struct nouveau_bo *, u32);
  15. int ovly827e_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
  16. extern const struct nv50_wndw_func ovly907e;
  17. int ovly827e_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
  18. int ovly907e_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
  19. int ovly917e_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
  20. int nv50_ovly_new(struct nouveau_drm *, int head, struct nv50_wndw **);
  21. #endif