Searched refs:NVDEV_ENGINE_MSPDEC (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | gf100.c | 87 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gf100_mspdec_oclass; in gf100_identify() 120 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gf100_mspdec_oclass; in gf100_identify() 153 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gf100_mspdec_oclass; in gf100_identify() 185 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gf100_mspdec_oclass; in gf100_identify() 218 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gf100_mspdec_oclass; in gf100_identify() 250 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gf100_mspdec_oclass; in gf100_identify() 282 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gf100_mspdec_oclass; in gf100_identify() 315 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gf100_mspdec_oclass; in gf100_identify() 345 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gf100_mspdec_oclass; in gf100_identify()
|
D | gk104.c | 92 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gk104_identify() 126 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gk104_identify() 160 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gk104_identify() 216 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gk104_identify() 250 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gk104_identify() 284 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gk104_identify() 317 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gk104_identify()
|
D | gm100.c | 98 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gm100_identify() 139 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gm100_identify() 180 device->oclass[NVDEV_ENGINE_MSPDEC ] = &gk104_mspdec_oclass; in gm100_identify()
|
D | nv50.c | 257 device->oclass[NVDEV_ENGINE_MSPDEC ] = &g98_mspdec_oclass; in nv50_identify() 315 device->oclass[NVDEV_ENGINE_MSPDEC ] = &g98_mspdec_oclass; in nv50_identify() 344 device->oclass[NVDEV_ENGINE_MSPDEC ] = &g98_mspdec_oclass; in nv50_identify() 375 device->oclass[NVDEV_ENGINE_MSPDEC ] = &g98_mspdec_oclass; in nv50_identify() 405 device->oclass[NVDEV_ENGINE_MSPDEC ] = &g98_mspdec_oclass; in nv50_identify() 435 device->oclass[NVDEV_ENGINE_MSPDEC ] = &g98_mspdec_oclass; in nv50_identify() 465 device->oclass[NVDEV_ENGINE_MSPDEC ] = &g98_mspdec_oclass; in nv50_identify()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | g84.c | 55 case NVDEV_ENGINE_MSPDEC: addr = 0x0040; break; in g84_fifo_context_attach() 94 case NVDEV_ENGINE_MSPDEC: engn = 3; addr = 0x0040; break; in g84_fifo_context_detach() 148 case NVDEV_ENGINE_MSPDEC: context |= 0x00400000; break; in g84_fifo_object_attach() 194 (1ULL << NVDEV_ENGINE_MSPDEC) | in g84_fifo_chan_ctor_dma() 269 (1ULL << NVDEV_ENGINE_MSPDEC) | in g84_fifo_chan_ctor_ind()
|
D | gf100.c | 123 case NVDEV_ENGINE_MSPDEC: addr = 0x0250; break; in gf100_fifo_context_attach() 160 case NVDEV_ENGINE_MSPDEC: addr = 0x0250; break; in gf100_fifo_context_detach() 212 (1ULL << NVDEV_ENGINE_MSPDEC) | in gf100_fifo_chan_ctor() 380 case NVDEV_ENGINE_MSPDEC: engn = 3; break; in gf100_fifo_engidx() 397 case 3: engn = NVDEV_ENGINE_MSPDEC; break; in gf100_fifo_engine() 547 { 0x14, "PMSPDEC", NULL, NVDEV_ENGINE_MSPDEC },
|
D | gk104.c | 45 _(NVDEV_ENGINE_MSPDEC , 0), 147 case NVDEV_ENGINE_MSPDEC: addr = 0x0250; break; in gk104_fifo_context_attach() 185 case NVDEV_ENGINE_MSPDEC: addr = 0x0250; break; in gk104_fifo_context_detach() 413 case NVDEV_ENGINE_MSPDEC: engn = 3; break; in gk104_fifo_engidx() 617 { 0x14, "MSPDEC", NULL, NVDEV_ENGINE_MSPDEC },
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | g98.c | 34 { 0x00020000, NVDEV_ENGINE_MSPDEC },
|
D | gf100.c | 38 { 0x00020000, NVDEV_ENGINE_MSPDEC },
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | devidx.h | 58 NVDEV_ENGINE_MSPDEC, enumerator
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | mcp89.c | 38 disable |= (1ULL << NVDEV_ENGINE_MSPDEC); in mcp89_devinit_disable()
|
D | g98.c | 38 disable |= (1ULL << NVDEV_ENGINE_MSPDEC); in g98_devinit_disable()
|
D | gt215.c | 74 disable |= (1ULL << NVDEV_ENGINE_MSPDEC); in gt215_devinit_disable()
|
D | gf100.c | 77 disable |= (1ULL << NVDEV_ENGINE_MSPDEC); in gf100_devinit_disable()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv50.c | 174 case NVDEV_ENGINE_MSPDEC: vme = 0x01; break; in nv50_vm_flush()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv50.c | 195 engine = nvkm_engine(subdev, NVDEV_ENGINE_MSPDEC); in nv50_fb_intr()
|