Home
last modified time | relevance | path

Searched refs:nvif_object_mthd (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A 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()
119 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW, in nvif_vmm_raw_get()
134 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW, in nvif_vmm_raw_put()
155 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW, in nvif_vmm_raw_map()
172 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW, in nvif_vmm_raw_unmap()
187 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW, in nvif_vmm_raw_sparse()
246 ret = nvif_object_mthd( in nvif_vmm_ctor()
[all...]
H A 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()
H A Dmmu.c87 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_HEAP, in nvif_mmu_ctor()
98 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_TYPE, in nvif_mmu_ctor()
124 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_KIND, in nvif_mmu_ctor()
H A Doutp.c42 ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_MST_VCPI, &args, sizeof(args)); in nvif_outp_dp_mst_vcpi()
52 int ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_RETRAIN, NULL, 0); in nvif_outp_dp_retrain()
66 ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_AUX_PWR, &args, sizeof(args)); in nvif_outp_dp_aux_pwr()
H A Dfifo.c50 ret = nvif_object_mthd(object, NV_DEVICE_V0_INFO, a, sizeof(*a)); in nvif_fifo_runlists()
H A Dobject.c139 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd() function
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A 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()
H A 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()
H A 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()
H A Dfifo.c48 ret = nvif_object_mthd(object, NV_DEVICE_V0_INFO, a, sizeof(*a)); in nvif_fifo_runlists()
90 ret = nvif_object_mthd(object, NV_DEVICE_V0_INFO, &a, sizeof(a)); in nvif_fifo_runlist()
H A Dobject.c140 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd() function
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A 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))
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h39 int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
78 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d))
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnv04_fence.c62 WARN_ON(nvif_object_mthd(&chan->nvsw, NV04_NVSW_GET_REF, in nv04_fence_read()
H A Dnouveau_svm.c240 nvif_object_mthd(&svmm->vmm->vmm.object, NVIF_VMM_V0_PFNCLR, in nouveau_svmm_invalidate()
382 WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object, in nouveau_svm_fault_replay()
398 WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object, in nouveau_svm_fault_cancel()
H A Dnouveau_chan.c564 ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, &args, sizeof(args)); in nouveau_channels_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnv04_fence.c62 WARN_ON(nvif_object_mthd(&chan->nvsw, NV04_NVSW_GET_REF, in nv04_fence_read()
H A Dnouveau_svm.c246 nvif_object_mthd(&svmm->vmm->vmm.object, NVIF_VMM_V0_PFNCLR, in nouveau_svmm_invalidate()
387 WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object, in nouveau_svm_fault_replay()
403 WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object, in nouveau_svm_fault_cancel()
H A Dnouveau_chan.c546 ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, &args, sizeof(args)); in nouveau_channels_init()
566 ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, &args, sizeof(args)); in nouveau_channels_init()

Completed in 9 milliseconds