Symbol: nvif_object_mthd
drivers/gpu/drm/nouveau/include/nvif/object.h
37
int nvif_object_mthd(struct nvif_object *, u32, void *, u32);
drivers/gpu/drm/nouveau/include/nvif/object.h
67
#define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d))
drivers/gpu/drm/nouveau/nouveau_chan.c
539
ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, args,
drivers/gpu/drm/nouveau/nouveau_chan.c
560
ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, args,
drivers/gpu/drm/nouveau/nouveau_svm.c
243
nvif_object_mthd(&svmm->vmm->vmm.object, NVIF_VMM_V0_PFNCLR,
drivers/gpu/drm/nouveau/nouveau_svm.c
384
WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object,
drivers/gpu/drm/nouveau/nouveau_svm.c
400
WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object,
drivers/gpu/drm/nouveau/nv04_fence.c
62
WARN_ON(nvif_object_mthd(&chan->nvsw, NV04_NVSW_GET_REF,
drivers/gpu/drm/nouveau/nvif/device.c
32
int ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_TIME,
drivers/gpu/drm/nouveau/nvif/device.c
65
ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_INFO,
drivers/gpu/drm/nouveau/nvif/fifo.c
49
ret = nvif_object_mthd(object, NV_DEVICE_V0_INFO, a, sizeof(*a));
drivers/gpu/drm/nouveau/nvif/mmu.c
121
ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_KIND,
drivers/gpu/drm/nouveau/nvif/mmu.c
84
ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_HEAP,
drivers/gpu/drm/nouveau/nvif/mmu.c
95
ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_TYPE,
drivers/gpu/drm/nouveau/nvif/outp.c
107
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_DRIVE, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
128
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_TRAIN, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
152
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_RATES, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
169
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_AUX_XFER, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
190
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_AUX_PWR, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
275
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_BL_SET, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
288
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_BL_GET, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
42
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_MST_VCPI, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
57
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_MST_ID_PUT, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
69
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_MST_ID_GET, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/outp.c
89
ret = nvif_object_mthd(&outp->object, NVIF_OUTP_V0_DP_SST, &args, sizeof(args));
drivers/gpu/drm/nouveau/nvif/vmm.c
119
return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW,
drivers/gpu/drm/nouveau/nvif/vmm.c
134
return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW,
drivers/gpu/drm/nouveau/nvif/vmm.c
155
return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW,
drivers/gpu/drm/nouveau/nvif/vmm.c
172
return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW,
drivers/gpu/drm/nouveau/nvif/vmm.c
187
return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW,
drivers/gpu/drm/nouveau/nvif/vmm.c
246
ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_PAGE,
drivers/gpu/drm/nouveau/nvif/vmm.c
30
return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_UNMAP,
drivers/gpu/drm/nouveau/nvif/vmm.c
57
ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_MAP,
drivers/gpu/drm/nouveau/nvif/vmm.c
68
WARN_ON(nvif_object_mthd(&vmm->object, NVIF_VMM_V0_PUT,
drivers/gpu/drm/nouveau/nvif/vmm.c
98
ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_GET,