Home
last modified time | relevance | path

Searched refs:ib_base (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_chan.h38 int ib_base; member
H A Dnouveau_dma.c104 int ip = (chan->dma.ib_put * 2) + chan->dma.ib_base; in nv50_dma_push()
H A Dnouveau_chan.c440 chan->dma.ib_base = 0x10000 / 4; in nouveau_channel_init()
444 chan->dma.max = chan->dma.ib_base; in nouveau_channel_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_flat_memory.c436 pdd->qpd.ib_base = SVM_IB_BASE; in kfd_init_apertures()
H A Dkfd_process.c259 if (qpd->ib_kaddr || !qpd->ib_base) in kfd_process_device_reserve_ib_mem()
263 ret = kfd_process_alloc_gpuvm(pdd, qpd->ib_base, PAGE_SIZE, flags, in kfd_process_device_reserve_ib_mem()
H A Dkfd_priv.h583 uint64_t ib_base; member
H A Dkfd_device_queue_manager.c254 ret = pmf->release_mem(qpd->ib_base, (uint32_t *)qpd->ib_kaddr); in flush_texture_cache_nocpsch()
259 qpd->ib_base, (uint32_t *)qpd->ib_kaddr, in flush_texture_cache_nocpsch()