projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggy
[platform/kernel/linux-rpi.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
dispnv50
/
oimm.h
1
#ifndef __NV50_KMS_OIMM_H__
2
#define __NV50_KMS_OIMM_H__
3
#include "wndw.h"
4
5
int oimm507b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
6
7
int nv50_oimm_init(struct nouveau_drm *, struct nv50_wndw *);
8
#endif