Searched refs:gf100_fb_new_ (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
A D | gf100.c | 107 gf100_fb_new_(const struct nvkm_fb_func *func, struct nvkm_device *device, in gf100_fb_new_() function 135 return gf100_fb_new_(&gf100_fb, device, type, inst, pfb); in gf100_fb_new()
|
A D | gf100.h | 11 int gf100_fb_new_(const struct nvkm_fb_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
A D | gk20a.c | 39 return gf100_fb_new_(&gk20a_fb, device, type, inst, pfb); in gk20a_fb_new()
|
A D | gf108.c | 41 return gf100_fb_new_(&gf108_fb, device, type, inst, pfb); in gf108_fb_new()
|
A D | gm107.c | 41 return gf100_fb_new_(&gm107_fb, device, type, inst, pfb); in gm107_fb_new()
|
A D | gp10b.c | 37 return gf100_fb_new_(&gp10b_fb, device, type, inst, pfb); in gp10b_fb_new()
|
A D | gm20b.c | 40 return gf100_fb_new_(&gm20b_fb, device, type, inst, pfb); in gm20b_fb_new()
|
A D | ga100.c | 40 return gf100_fb_new_(&ga100_fb, device, type, inst, pfb); in ga100_fb_new()
|
A D | gk110.c | 70 return gf100_fb_new_(&gk110_fb, device, type, inst, pfb); in gk110_fb_new()
|
A D | gk104.c | 88 return gf100_fb_new_(&gk104_fb, device, type, inst, pfb); in gk104_fb_new()
|
A D | gv100.c | 48 return gf100_fb_new_(&gv100_fb, device, type, inst, pfb); in gv100_fb_new()
|
A D | tu102.c | 48 return gf100_fb_new_(&tu102_fb, device, type, inst, pfb); in tu102_fb_new()
|
A D | ga102.c | 55 return gf100_fb_new_(&ga102_fb, device, type, inst, pfb); in ga102_fb_new()
|
A D | gp100.c | 62 return gf100_fb_new_(&gp100_fb, device, type, inst, pfb); in gp100_fb_new()
|
A D | gm200.c | 70 return gf100_fb_new_(&gm200_fb, device, type, inst, pfb); in gm200_fb_new()
|
A D | gp102.c | 70 return gf100_fb_new_(&gp102_fb, device, type, inst, pfb); in gp102_fb_new()
|
Completed in 11 milliseconds