Searched refs:nv50_fb_new_ (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | mcp77.c | 36 return nv50_fb_new_(&mcp77_fb, device, type, inst, pfb); in mcp77_fb_new()
|
D | mcp89.c | 36 return nv50_fb_new_(&mcp89_fb, device, type, inst, pfb); in mcp89_fb_new()
|
D | nv50.c | 264 nv50_fb_new_(const struct nv50_fb_func *func, struct nvkm_device *device, in nv50_fb_new_() function 287 return nv50_fb_new_(&nv50_fb, device, type, inst, pfb); in nv50_fb_new()
|
D | g84.c | 37 return nv50_fb_new_(&g84_fb, device, type, inst, pfb); in g84_fb_new()
|
D | gt215.c | 37 return nv50_fb_new_(>215_fb, device, type, inst, pfb); in gt215_fb_new()
|
D | nv50.h | 20 int nv50_fb_new_(const struct nv50_fb_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|