projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
drm/nouveau/disp/tu102: rename implementation from tu104
[platform/kernel/linux-rpi.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvif
/
if500d.h
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