xref: /linux/drivers/gpu/drm/nouveau/dispnv50/base.h (revision 1590700d94ac53772491ed3103a4e8b8de01640a)
1 #ifndef __NV50_KMS_BASE_H__
2 #define __NV50_KMS_BASE_H__
3 #include "wndw.h"
4 
5 int base507c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
6 
7 int nv50_base_new(struct nouveau_drm *, int head, struct nv50_wndw **);
8 #endif
9