repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/nouveau/fb: add gm20b device
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
engine
/
gr
/
fuc
/
os.h
blob
1718ae4e82243e1e4ffc54906d8af932840bf89b
1
#ifndef __NVKM_GRAPH_OS_H__
2
#define __NVKM_GRAPH_OS_H__
3
4
#define E_BAD_COMMAND 0x00000001
5
#define E_CMD_OVERFLOW 0x00000002
6
#define E_BAD_FWMTHD 0x00000003
7
8
#endif