xref: /linux/drivers/gpu/drm/nouveau/include/nvif/if500b.h (revision 44f57d78)
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
26