Searched refs:nv04_disp_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 91 .disp = nv04_disp_new, 112 .disp = nv04_disp_new, 134 .disp = nv04_disp_new, 154 .disp = nv04_disp_new, 176 .disp = nv04_disp_new, 198 .disp = nv04_disp_new, 220 .disp = nv04_disp_new, 242 .disp = nv04_disp_new, 264 .disp = nv04_disp_new, 286 .disp = nv04_disp_new, [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 90 .disp = { 0x00000001, nv04_disp_new }, 111 .disp = { 0x00000001, nv04_disp_new }, 133 .disp = { 0x00000001, nv04_disp_new }, 153 .disp = { 0x00000001, nv04_disp_new }, 175 .disp = { 0x00000001, nv04_disp_new }, 197 .disp = { 0x00000001, nv04_disp_new }, 219 .disp = { 0x00000001, nv04_disp_new }, 241 .disp = { 0x00000001, nv04_disp_new }, 263 .disp = { 0x00000001, nv04_disp_new }, 285 .disp = { 0x00000001, nv04_disp_new }, [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | disp.h | 23 int nv04_disp_new(struct nvkm_device *, int, struct nvkm_disp **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | nv04.c | 67 nv04_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in nv04_disp_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | disp.h | 54 int nv04_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | nv04.c | 114 nv04_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv04_disp_new() function
|
Completed in 4 milliseconds