xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/wimm.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: wimm.h,v 1.2 2021/12/18 23:45:32 riastradh Exp $	*/
2 
3 #ifndef __NV50_KMS_WIMM_H__
4 #define __NV50_KMS_WIMM_H__
5 #include "wndw.h"
6 
7 int nv50_wimm_init(struct nouveau_drm *drm, struct nv50_wndw *);
8 
9 int wimmc37b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
10 #endif
11