Searched refs:nv04_mc_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | mc.h | 21 int nv04_mc_new(struct nvkm_device *, int, struct nvkm_mc **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | nv04.c | 83 nv04_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in nv04_mc_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | mc.h | 20 int nv04_mc_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_mc **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | nv04.c | 134 nv04_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in nv04_mc_new() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 87 .mc = nv04_mc_new, 108 .mc = nv04_mc_new, 130 .mc = nv04_mc_new, 172 .mc = nv04_mc_new, 238 .mc = nv04_mc_new,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 86 .mc = { 0x00000001, nv04_mc_new }, 107 .mc = { 0x00000001, nv04_mc_new }, 129 .mc = { 0x00000001, nv04_mc_new }, 171 .mc = { 0x00000001, nv04_mc_new }, 237 .mc = { 0x00000001, nv04_mc_new },
|
Completed in 7 milliseconds