cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

wimm.h (214B)


      1#ifndef __NV50_KMS_WIMM_H__
      2#define __NV50_KMS_WIMM_H__
      3#include "wndw.h"
      4
      5int nv50_wimm_init(struct nouveau_drm *drm, struct nv50_wndw *);
      6
      7int wimmc37b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
      8#endif