/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
nouveau_nvkm_subdev_fb_gf108.c | 46 return gf100_fb_new_(&gf108_fb, device, index, pfb);
|
nouveau_nvkm_subdev_fb_gk20a.c | 44 return gf100_fb_new_(&gk20a_fb, device, index, pfb);
|
nouveau_nvkm_subdev_fb_gm107.c | 46 return gf100_fb_new_(&gm107_fb, device, index, pfb);
|
nouveau_nvkm_subdev_fb_gm20b.c | 44 return gf100_fb_new_(&gm20b_fb, device, index, pfb);
|
nouveau_nvkm_subdev_fb_gp10b.c | 41 return gf100_fb_new_(&gp10b_fb, device, index, pfb);
|
gf100.h | 21 int gf100_fb_new_(const struct nvkm_fb_func *, struct nvkm_device *,
|
nouveau_nvkm_subdev_fb_gk110.c | 75 return gf100_fb_new_(&gk110_fb, device, index, pfb);
|
nouveau_nvkm_subdev_fb_gk104.c | 93 return gf100_fb_new_(&gk104_fb, device, index, pfb);
|
nouveau_nvkm_subdev_fb_gm200.c | 77 return gf100_fb_new_(&gm200_fb, device, index, pfb);
|
nouveau_nvkm_subdev_fb_gp100.c | 81 return gf100_fb_new_(&gp100_fb, device, index, pfb);
|
nouveau_nvkm_subdev_fb_gf100.c | 178 gf100_fb_new_(const struct nvkm_fb_func *func, struct nvkm_device *device, function in typeref:typename:int 205 return gf100_fb_new_(&gf100_fb, device, index, pfb);
|
nouveau_nvkm_subdev_fb_gp102.c | 126 int ret = gf100_fb_new_(func, device, index, pfb);
|