Home
last modified time | relevance | path

Searched refs:nvxx_fifo_chan (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Ddevice.h59 #define nvxx_fifo_chan(a) ((struct nvkm_fifo_chan *)nvxx_object(a)) macro
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv04_fence.c60 struct nvkm_fifo_chan *fifo = nvxx_fifo_chan(chan);; in nv04_fence_read()