projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
[profile/ivi/kernel-adaptation-intel-automotive.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
core
/
engine
/
graph
/
nv50.h
1
#ifndef __NV50_GRAPH_H__
2
#define __NV50_GRAPH_H__
3
4
int nv50_grctx_init(struct nouveau_device *, u32 *size);
5
void nv50_grctx_fill(struct nouveau_device *, struct nouveau_gpuobj *);
6
7
#endif