dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
调整分区大小
hc
2023-03-13
2ec15ae1cb4be1b4fcb56c6d621123d7ebdaad6c
[~ljy/RK356X_SDK_RELEASE.git]
/
kernel
/
drivers
/
gpu
/
drm
/
nouveau
/
dispnv50
/
oimm.h
1
2
3
4
5
6
7
8
#ifndef __NV50_KMS_OIMM_H__
#define __NV50_KMS_OIMM_H__
#include "wndw.h"
int oimm507b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
int nv50_oimm_init(struct nouveau_drm *, struct nv50_wndw *);
#endif