Home
last modified time | relevance | path

Searched refs:NVDEV_ENGINE_MSPDEC (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dgf100.c87 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()
Dgk104.c92 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()
Dgm100.c98 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()
Dnv50.c257 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/
Dg84.c55 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()
Dgf100.c123 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 },
Dgk104.c45 _(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/
Dg98.c34 { 0x00020000, NVDEV_ENGINE_MSPDEC },
Dgf100.c38 { 0x00020000, NVDEV_ENGINE_MSPDEC },
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevidx.h58 NVDEV_ENGINE_MSPDEC, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dmcp89.c38 disable |= (1ULL << NVDEV_ENGINE_MSPDEC); in mcp89_devinit_disable()
Dg98.c38 disable |= (1ULL << NVDEV_ENGINE_MSPDEC); in g98_devinit_disable()
Dgt215.c74 disable |= (1ULL << NVDEV_ENGINE_MSPDEC); in gt215_devinit_disable()
Dgf100.c77 disable |= (1ULL << NVDEV_ENGINE_MSPDEC); in gf100_devinit_disable()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv50.c174 case NVDEV_ENGINE_MSPDEC: vme = 0x01; break; in nv50_vm_flush()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv50.c195 engine = nvkm_engine(subdev, NVDEV_ENGINE_MSPDEC); in nv50_fb_intr()