Home | History | Annotate | Line # | Download | only in dispnv50
      1  1.1  riastrad /*	$NetBSD: wimm.h,v 1.2 2021/12/18 23:45:32 riastradh Exp $	*/
      2  1.1  riastrad 
      3  1.1  riastrad #ifndef __NV50_KMS_WIMM_H__
      4  1.1  riastrad #define __NV50_KMS_WIMM_H__
      5  1.1  riastrad #include "wndw.h"
      6  1.1  riastrad 
      7  1.1  riastrad int nv50_wimm_init(struct nouveau_drm *drm, struct nv50_wndw *);
      8  1.1  riastrad 
      9  1.1  riastrad int wimmc37b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
     10  1.1  riastrad #endif
     11