Home
last modified time | relevance | path

Searched refs:nv50_mxm_new (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c825 .mxm = { 0x00000001, nv50_mxm_new },
932 .mxm = { 0x00000001, nv50_mxm_new },
964 .mxm = { 0x00000001, nv50_mxm_new },
996 .mxm = { 0x00000001, nv50_mxm_new },
1028 .mxm = { 0x00000001, nv50_mxm_new },
1060 .mxm = { 0x00000001, nv50_mxm_new },
1092 .mxm = { 0x00000001, nv50_mxm_new },
1124 .mxm = { 0x00000001, nv50_mxm_new },
1156 .mxm = { 0x00000001, nv50_mxm_new },
1190 .mxm = { 0x00000001, nv50_mxm_new },
[all …]
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dmxm.h6 int nv50_mxm_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_subdev **);
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dnv50.c204 nv50_mxm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv50_mxm_new() function