Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.c305 &chan->mmio_vma); in gf100_gr_context_ctor()
344 nv_wo32(chan, 0x04, chan->mmio_vma.offset >> 8); in gf100_gr_context_ctor()
349 nv_wo32(chan, 0x14, lower_32_bits(chan->mmio_vma.offset)); in gf100_gr_context_ctor()
350 nv_wo32(chan, 0x18, upper_32_bits(chan->mmio_vma.offset)); in gf100_gr_context_ctor()
371 nvkm_gpuobj_unmap(&chan->mmio_vma); in gf100_gr_context_dtor()
Dgf100.h104 struct nvkm_vma mmio_vma; member