Symbol: nvkm_subdev_disable
drivers/gpu/drm/nouveau/include/nvkm/core/subdev.h
61
void nvkm_subdev_disable(struct nvkm_device *, enum nvkm_subdev_type, int inst);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.c
37
nvkm_subdev_disable(device, NVKM_ENGINE_MPEG, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.c
38
nvkm_subdev_disable(device, NVKM_ENGINE_VP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.c
39
nvkm_subdev_disable(device, NVKM_ENGINE_BSP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.c
40
nvkm_subdev_disable(device, NVKM_ENGINE_CIPHER, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.c
44
nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.c
46
nvkm_subdev_disable(device, NVKM_ENGINE_BSP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.c
48
nvkm_subdev_disable(device, NVKM_ENGINE_CIPHER, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g98.c
37
nvkm_subdev_disable(device, NVKM_ENGINE_MSPDEC, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g98.c
38
nvkm_subdev_disable(device, NVKM_ENGINE_MSVLD, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g98.c
39
nvkm_subdev_disable(device, NVKM_ENGINE_MSPPP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g98.c
43
nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g98.c
45
nvkm_subdev_disable(device, NVKM_ENGINE_MSVLD, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g98.c
47
nvkm_subdev_disable(device, NVKM_ENGINE_SEC, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ga100.c
73
nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c
73
nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c
76
nvkm_subdev_disable(device, NVKM_ENGINE_MSPDEC, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c
77
nvkm_subdev_disable(device, NVKM_ENGINE_MSPPP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c
81
nvkm_subdev_disable(device, NVKM_ENGINE_MSVLD, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c
83
nvkm_subdev_disable(device, NVKM_ENGINE_MSENC, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c
85
nvkm_subdev_disable(device, NVKM_ENGINE_CE, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.c
87
nvkm_subdev_disable(device, NVKM_ENGINE_CE, 1);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm107.c
40
nvkm_subdev_disable(device, NVKM_ENGINE_CE, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm107.c
42
nvkm_subdev_disable(device, NVKM_ENGINE_CE, 2);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm107.c
45
nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c
73
nvkm_subdev_disable(device, NVKM_ENGINE_MSPDEC, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c
74
nvkm_subdev_disable(device, NVKM_ENGINE_MSPPP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c
78
nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c
80
nvkm_subdev_disable(device, NVKM_ENGINE_MSVLD, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.c
82
nvkm_subdev_disable(device, NVKM_ENGINE_CE, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/mcp89.c
37
nvkm_subdev_disable(device, NVKM_ENGINE_MSPDEC, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/mcp89.c
38
nvkm_subdev_disable(device, NVKM_ENGINE_MSPPP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/mcp89.c
42
nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/mcp89.c
44
nvkm_subdev_disable(device, NVKM_ENGINE_MSVLD, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/mcp89.c
46
nvkm_subdev_disable(device, NVKM_ENGINE_VIC, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/mcp89.c
48
nvkm_subdev_disable(device, NVKM_ENGINE_CE, 0);
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c
87
nvkm_subdev_disable(device, NVKM_ENGINE_MPEG, 0);