Searched refs:nv10_fb_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv10.c | 67 nv10_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv10_fb_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv10.c | 67 nv10_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv10_fb_new() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | fb.h | 58 int nv10_fb_new(struct nvkm_device *, int, struct nvkm_fb **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | fb.h | 71 int nv10_fb_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_fb **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 126 .fb = nv10_fb_new, 146 .fb = nv10_fb_new, 168 .fb = nv10_fb_new, 190 .fb = nv10_fb_new, 212 .fb = nv10_fb_new, 411 .fb = nv10_fb_new,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 125 .fb = { 0x00000001, nv10_fb_new }, 145 .fb = { 0x00000001, nv10_fb_new }, 167 .fb = { 0x00000001, nv10_fb_new }, 189 .fb = { 0x00000001, nv10_fb_new }, 211 .fb = { 0x00000001, nv10_fb_new }, 410 .fb = { 0x00000001, nv10_fb_new },
|
Completed in 8 milliseconds