1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVKM_FB_NV50_H__
3 #define __NVKM_FB_NV50_H__
4 #define nv50_fb(p) container_of((p), struct nv50_fb, base)
8 const struct nv50_fb_func
*func
;
10 struct page
*r100c08_page
;
15 int (*ram_new
)(struct nvkm_fb
*, struct nvkm_ram
**);
16 u32 (*tags
)(struct nvkm_fb
*);
20 int nv50_fb_new_(const struct nv50_fb_func
*, struct nvkm_device
*, int index
,
21 struct nvkm_fb
**pfb
);