Home
last modified time | relevance | path

Searched refs:nvif_object_mthd (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/nouveau/nvif/
Dvmm.c30 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_UNMAP, in nvif_vmm_unmap()
57 ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_MAP, in nvif_vmm_map()
68 WARN_ON(nvif_object_mthd(&vmm->object, NVIF_VMM_V0_PUT, in nvif_vmm_put()
98 ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_GET, in nvif_vmm_get()
152 ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_PAGE, in nvif_vmm_ctor()
Dmmu.c84 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_HEAP, in nvif_mmu_ctor()
95 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_TYPE, in nvif_mmu_ctor()
121 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_KIND, in nvif_mmu_ctor()
Ddevice.c32 int ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_TIME, in nvif_device_time()
60 ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_INFO, in nvif_device_ctor()
Dfifo.c50 ret = nvif_object_mthd(object, NV_DEVICE_V0_INFO, a, sizeof(*a)); in nvif_fifo_runlists()
Dobject.c139 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd() function
/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h33 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
72 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d))
/drivers/gpu/drm/nouveau/
Dnv04_fence.c62 WARN_ON(nvif_object_mthd(&chan->nvsw, NV04_NVSW_GET_REF, in nv04_fence_read()
Dnouveau_svm.c244 nvif_object_mthd(&svmm->vmm->vmm.object, NVIF_VMM_V0_PFNCLR, in nouveau_svmm_invalidate()
385 WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object, in nouveau_svm_fault_replay()
401 WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object, in nouveau_svm_fault_cancel()
Dnouveau_chan.c551 ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, &args, sizeof(args)); in nouveau_channels_init()