Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c791 .mxm = { 0x00000001, nv50_mxm_new },
894 .mxm = { 0x00000001, nv50_mxm_new },
925 .mxm = { 0x00000001, nv50_mxm_new },
956 .mxm = { 0x00000001, nv50_mxm_new },
987 .mxm = { 0x00000001, nv50_mxm_new },
1018 .mxm = { 0x00000001, nv50_mxm_new },
1049 .mxm = { 0x00000001, nv50_mxm_new },
1080 .mxm = { 0x00000001, nv50_mxm_new },
1111 .mxm = { 0x00000001, nv50_mxm_new },
1144 .mxm = { 0x00000001, nv50_mxm_new },
[all …]
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmxm.h6 int nv50_mxm_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_subdev **);
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dnv50.c204 nv50_mxm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv50_mxm_new() function