Searched refs:nvkm_fb_ctor (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | base.c | 229 nvkm_fb_ctor(const struct nvkm_fb_func *func, struct nvkm_device *device, in nvkm_fb_ctor() function 245 nvkm_fb_ctor(func, device, type, inst, *pfb); in nvkm_fb_new_()
|
D | priv.h | 40 void nvkm_fb_ctor(const struct nvkm_fb_func *, struct nvkm_device *device,
|
D | gf100.c | 126 nvkm_fb_ctor(func, device, type, inst, &fb->base); in gf100_fb_new_()
|
D | nv50.c | 271 nvkm_fb_ctor(&nv50_fb_, device, type, inst, &fb->base); in nv50_fb_new_()
|