Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c824 .mxm = { 0x00000001, nv50_mxm_new },
931 .mxm = { 0x00000001, nv50_mxm_new },
963 .mxm = { 0x00000001, nv50_mxm_new },
995 .mxm = { 0x00000001, nv50_mxm_new },
1027 .mxm = { 0x00000001, nv50_mxm_new },
1059 .mxm = { 0x00000001, nv50_mxm_new },
1091 .mxm = { 0x00000001, nv50_mxm_new },
1123 .mxm = { 0x00000001, nv50_mxm_new },
1155 .mxm = { 0x00000001, nv50_mxm_new },
1189 .mxm = { 0x00000001, nv50_mxm_new },
[all …]
/openbmc/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 **);
/openbmc/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