dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
enable wifi gpio
hc
2023-11-07
f45e756958099c35d6afb746df1d40a1c6302cfc
[~ljy/RK356X_SDK_RELEASE.git]
/
kernel
/
drivers
/
gpu
/
drm
/
nouveau
/
dispnv50
/
wimm.h
1
2
3
4
5
6
7
8
#ifndef __NV50_KMS_WIMM_H__
#define __NV50_KMS_WIMM_H__
#include "wndw.h"
int nv50_wimm_init(struct nouveau_drm *drm, struct nv50_wndw *);
int wimmc37b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
#endif