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
/
if500b.h
blob
c7c8431fb2ced9d762cf1324111f6d2a5235842e
1
#ifndef __NVIF_IF500B_H__
2
#define __NVIF_IF500B_H__
3
#include
"if000a.h"
4
5
struct
nv50_mem_vn
{
6
/* nvif_mem_vX ... */
7
};
8
9
struct
nv50_mem_v0
{
10
/* nvif_mem_vX ... */
11
__u8 version
;
12
__u8 bankswz
;
13
__u8 contig
;
14
};
15
16
struct
nv50_mem_map_vn
{
17
};
18
19
struct
nv50_mem_map_v0
{
20
__u8 version
;
21
__u8 ro
;
22
__u8 kind
;
23
__u8 comp
;
24
};
25
#endif