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
posix-clock: Fix return code on the poll method's error path
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
engine
/
ce
/
priv.h
blob
e2fa8b1619437597df5df065e6792e24bd11f97c
1
#ifndef __NVKM_CE_PRIV_H__
2
#define __NVKM_CE_PRIV_H__
3
#include <engine/ce.h>
4
5
void
gt215_ce_intr
(
struct
nvkm_falcon
*,
struct
nvkm_fifo_chan
*);
6
void
gk104_ce_intr
(
struct
nvkm_engine
*);
7
#endif