Home
last modified time | relevance | path

Searched refs:NVKM_ENGINE_SW (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Ddmanv40.c40 case NVKM_ENGINE_SW: in nv40_fifo_dma_engine()
154 case NVKM_ENGINE_SW : context |= 0x00000000; break; in nv40_fifo_dma_object_ctor()
215 (1ULL << NVKM_ENGINE_SW), in nv40_fifo_dma_new()
H A Dchannv50.c36 case NVKM_ENGINE_SW : return -1; in nv50_fifo_chan_engine_addr()
167 case NVKM_ENGINE_SW : context = 0x00000000; break; in nv50_fifo_chan_object_ctor()
244 (1ULL << NVKM_ENGINE_SW) | in nv50_fifo_chan_ctor()
H A Dchang84.c72 case NVKM_ENGINE_SW : return -1; in g84_fifo_chan_engine_addr()
183 case NVKM_ENGINE_SW : context = 0x00000000; break; in g84_fifo_chan_object_ctor()
255 (1ULL << NVKM_ENGINE_SW) | in g84_fifo_chan_ctor()
H A Ddmanv04.c58 case NVKM_ENGINE_SW : context |= 0x00000000; break; in nv04_fifo_dma_object_ctor()
196 (1ULL << NVKM_ENGINE_SW), in nv04_fifo_dma_new()
H A Dgpfifogf100.c56 case NVKM_ENGINE_SW : return 0; in gf100_fifo_gpfifo_engine_addr()
252 (1ULL << NVKM_ENGINE_SW), in gf100_fifo_gpfifo_new()
H A Ddmanv17.c68 (1ULL << NVKM_ENGINE_SW), in nv17_fifo_dma_new()
H A Ddmanv10.c67 (1ULL << NVKM_ENGINE_SW), in nv10_fifo_dma_new()
H A Dgpfifogk104.c78 case NVKM_ENGINE_SW : in gk104_fifo_gpfifo_engine_addr()
265 subdevs |= BIT_ULL(NVKM_ENGINE_SW); in gk104_fifo_gpfifo_new_()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c89 [NVKM_ENGINE_SW ] = "sw",
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h73 NVKM_ENGINE_SW, enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c3278 _(NVKM_ENGINE_SW , sw); in nvkm_device_ctor()