Home
last modified time | relevance | path

Searched refs:nvkm_fb_new_ (Results 1 – 17 of 17) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv1a.c41 return nvkm_fb_new_(&nv1a_fb, device, type, inst, pfb); in nv1a_fb_new()
Dnv04.c49 return nvkm_fb_new_(&nv04_fb, device, type, inst, pfb); in nv04_fb_new()
Dnv4e.c42 return nvkm_fb_new_(&nv4e_fb, device, type, inst, pfb); in nv4e_fb_new()
Dnv47.c44 return nvkm_fb_new_(&nv47_fb, device, type, inst, pfb); in nv47_fb_new()
Dnv49.c44 return nvkm_fb_new_(&nv49_fb, device, type, inst, pfb); in nv49_fb_new()
Dnv46.c56 return nvkm_fb_new_(&nv46_fb, device, type, inst, pfb); in nv46_fb_new()
Dnv25.c59 return nvkm_fb_new_(&nv25_fb, device, type, inst, pfb); in nv25_fb_new()
Dnv41.c61 return nvkm_fb_new_(&nv41_fb, device, type, inst, pfb); in nv41_fb_new()
Dnv35.c61 return nvkm_fb_new_(&nv35_fb, device, type, inst, pfb); in nv35_fb_new()
Dnv36.c61 return nvkm_fb_new_(&nv36_fb, device, type, inst, pfb); in nv36_fb_new()
Dnv40.c67 return nvkm_fb_new_(&nv40_fb, device, type, inst, pfb); in nv40_fb_new()
Dnv10.c69 return nvkm_fb_new_(&nv10_fb, device, type, inst, pfb); in nv10_fb_new()
Dnv44.c70 return nvkm_fb_new_(&nv44_fb, device, type, inst, pfb); in nv44_fb_new()
Dnv20.c101 return nvkm_fb_new_(&nv20_fb, device, type, inst, pfb); in nv20_fb_new()
Dpriv.h42 int nvkm_fb_new_(const struct nvkm_fb_func *, struct nvkm_device *device,
Dnv30.c132 return nvkm_fb_new_(&nv30_fb, device, type, inst, pfb); in nv30_fb_new()
Dbase.c240 nvkm_fb_new_(const struct nvkm_fb_func *func, struct nvkm_device *device, in nvkm_fb_new_() function