repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvif
/
if500d.h
blob
c29a7822b3638322d9a181ec03560fc32566582b
1
#ifndef __NVIF_IF500D_H__
2
#define __NVIF_IF500D_H__
3
#include
"if000c.h"
4
5
struct
nv50_vmm_vn
{
6
/* nvif_vmm_vX ... */
7
};
8
9
struct
nv50_vmm_map_vn
{
10
/* nvif_vmm_map_vX ... */
11
};
12
13
struct
nv50_vmm_map_v0
{
14
/* nvif_vmm_map_vX ... */
15
__u8 version
;
16
__u8 ro
;
17
__u8 priv
;
18
__u8 kind
;
19
__u8 comp
;
20
};
21
#endif