162306a36Sopenharmony_ci#ifndef __NV50_KMS_BASE_H__ 262306a36Sopenharmony_ci#define __NV50_KMS_BASE_H__ 362306a36Sopenharmony_ci#include "wndw.h" 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciint base507c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **); 662306a36Sopenharmony_ciint base507c_new_(const struct nv50_wndw_func *, const u32 *format, 762306a36Sopenharmony_ci struct nouveau_drm *, int head, s32 oclass, 862306a36Sopenharmony_ci u32 interlock_data, struct nv50_wndw **); 962306a36Sopenharmony_ciextern const u32 base507c_format[]; 1062306a36Sopenharmony_ciint base507c_acquire(struct nv50_wndw *, struct nv50_wndw_atom *, 1162306a36Sopenharmony_ci struct nv50_head_atom *); 1262306a36Sopenharmony_civoid base507c_release(struct nv50_wndw *, struct nv50_wndw_atom *, 1362306a36Sopenharmony_ci struct nv50_head_atom *); 1462306a36Sopenharmony_ciint base507c_sema_set(struct nv50_wndw *, struct nv50_wndw_atom *); 1562306a36Sopenharmony_ciint base507c_sema_clr(struct nv50_wndw *); 1662306a36Sopenharmony_ciint base507c_xlut_set(struct nv50_wndw *, struct nv50_wndw_atom *); 1762306a36Sopenharmony_ciint base507c_xlut_clr(struct nv50_wndw *); 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciint base827c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **); 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ciint base907c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **); 2262306a36Sopenharmony_ciextern const struct nv50_wndw_func base907c; 2362306a36Sopenharmony_ci 2462306a36Sopenharmony_ciint base917c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **); 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ciint nv50_base_new(struct nouveau_drm *, int head, struct nv50_wndw **); 2762306a36Sopenharmony_ci#endif 28