nvkm_fb_new_
return nvkm_fb_new_(&nv04_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv10_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv1a_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv20_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv25_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv30_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv35_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv36_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv40_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv41_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv44_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv46_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv47_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv49_fb, device, type, inst, pfb);
return nvkm_fb_new_(&nv4e_fb, device, type, inst, pfb);
int nvkm_fb_new_(const struct nvkm_fb_func *, struct nvkm_device *device,
ret = nvkm_fb_new_(rm, device, type, inst, pfb);