Release 4.17 drivers/gpu/drm/nouveau/include/nvif/if500b.h
  
  
  
#ifndef __NVIF_IF500B_H__
#define __NVIF_IF500B_H__
#include "if000a.h"
struct nv50_mem_vn {
	/* nvif_mem_vX ... */
};
struct nv50_mem_v0 {
	/* nvif_mem_vX ... */
	
__u8  version;
	
__u8  bankswz;
	
__u8  contig;
};
struct nv50_mem_map_vn {
};
struct nv50_mem_map_v0 {
	
__u8  version;
	
__u8  ro;
	
__u8  kind;
	
__u8  comp;
};
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp | 
| Ben Skeggs | 53 | 100.00% | 1 | 100.00% | 
| Total | 53 | 100.00% | 1 | 100.00% | 
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.