xref: /linux/drivers/gpu/drm/nouveau/dispnv50/wimm.h (revision 6a61b70b43c9c4cbc7314bf6c8b5ba8b0d6e1e7b)
1 #ifndef __NV50_KMS_WIMM_H__
2 #define __NV50_KMS_WIMM_H__
3 #include "wndw.h"
4 
5 int nv50_wimm_init(struct nouveau_drm *drm, struct nv50_wndw *);
6 
7 int wimmc37b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
8 #endif
9