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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
engine
/
fifo
/
user.h
blob
54a3a3092cc09d817691b9a4c37f92a6d18806ab
1
#ifndef __NVKM_FIFO_USER_H__
2
#define __NVKM_FIFO_USER_H__
3
#include
"priv.h"
4
int
gv100_fifo_user_new
(
const struct
nvkm_oclass
*,
void
*,
u32
,
5
struct
nvkm_object
**);
6
int
tu102_fifo_user_new
(
const struct
nvkm_oclass
*,
void
*,
u32
,
7
struct
nvkm_object
**);
8
#endif