base.h (119608a7f3f1ef899f1f98d05306340b92834836) base.h (88b600d421a5550cd56e13f2eda34cbefe417c28)
1#ifndef __NV50_KMS_BASE_H__
2#define __NV50_KMS_BASE_H__
3#include "wndw.h"
4
5int base507c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
6int base507c_new_(const struct nv50_wndw_func *, const u32 *format,
7 struct nouveau_drm *, int head, s32 oclass,
8 u32 interlock_data, struct nv50_wndw **);

--- 11 unchanged lines hidden (view full) ---

20void base507c_xlut_set(struct nv50_wndw *, struct nv50_wndw_atom *);
21void base507c_xlut_clr(struct nv50_wndw *);
22void base507c_image_clr(struct nv50_wndw *);
23void base507c_update(struct nv50_wndw *, u32 *);
24
25int base827c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
26
27int base907c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
1#ifndef __NV50_KMS_BASE_H__
2#define __NV50_KMS_BASE_H__
3#include "wndw.h"
4
5int base507c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
6int base507c_new_(const struct nv50_wndw_func *, const u32 *format,
7 struct nouveau_drm *, int head, s32 oclass,
8 u32 interlock_data, struct nv50_wndw **);

--- 11 unchanged lines hidden (view full) ---

20void base507c_xlut_set(struct nv50_wndw *, struct nv50_wndw_atom *);
21void base507c_xlut_clr(struct nv50_wndw *);
22void base507c_image_clr(struct nv50_wndw *);
23void base507c_update(struct nv50_wndw *, u32 *);
24
25int base827c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
26
27int base907c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
28extern const struct nv50_wndw_func base907c;
28
29
30int base917c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
31
29int nv50_base_new(struct nouveau_drm *, int head, struct nv50_wndw **);
30#endif
32int nv50_base_new(struct nouveau_drm *, int head, struct nv50_wndw **);
33#endif