Searched refs:nv50_fb_new_ (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | gt215.c | 37 return nv50_fb_new_(>215_fb, device, index, pfb); in gt215_fb_new()
|
H A D | mcp89.c | 36 return nv50_fb_new_(&mcp89_fb, device, index, pfb); in mcp89_fb_new()
|
H A D | mcp77.c | 36 return nv50_fb_new_(&mcp77_fb, device, index, pfb); in mcp77_fb_new()
|
H A D | g84.c | 37 return nv50_fb_new_(&g84_fb, device, index, pfb); in g84_fb_new()
|
H A D | nv50.h | 20 int nv50_fb_new_(const struct nv50_fb_func *, struct nvkm_device *, int index,
|
H A D | nv50.c | 264 nv50_fb_new_(const struct nv50_fb_func *func, struct nvkm_device *device, in nv50_fb_new_() function 288 return nv50_fb_new_(&nv50_fb, device, index, pfb); in nv50_fb_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | mcp77.c | 36 return nv50_fb_new_(&mcp77_fb, device, type, inst, pfb); in mcp77_fb_new()
|
H A D | mcp89.c | 36 return nv50_fb_new_(&mcp89_fb, device, type, inst, pfb); in mcp89_fb_new()
|
H A D | nv50.h | 18 int nv50_fb_new_(const struct nv50_fb_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
H A D | gt215.c | 37 return nv50_fb_new_(>215_fb, device, type, inst, pfb); in gt215_fb_new()
|
H A D | g84.c | 37 return nv50_fb_new_(&g84_fb, device, type, inst, pfb); in g84_fb_new()
|
H A D | nv50.c | 239 nv50_fb_new_(const struct nv50_fb_func *func, struct nvkm_device *device, in nv50_fb_new_() function 262 return nv50_fb_new_(&nv50_fb, device, type, inst, pfb); in nv50_fb_new()
|
Completed in 4 milliseconds