1 #ifndef __NVKM_FB_NV50_H__
2 #define __NVKM_FB_NV50_H__
3 #define nv50_fb(p) container_of((p), struct nv50_fb, base)
7 const struct nv50_fb_func
*func
;
9 struct page
*r100c08_page
;
14 int (*ram_new
)(struct nvkm_fb
*, struct nvkm_ram
**);
18 int nv50_fb_new_(const struct nv50_fb_func
*, struct nvkm_device
*, int index
,
19 struct nvkm_fb
**pfb
);
20 extern int nv50_fb_memtype
[0x80];