Home
last modified time | relevance | path

Searched refs:nvif_mthd (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c87 ret = nvif_mthd(&outp->object, NVIF_OUTP_V0_HDA_ELD, &args, sizeof(args.mthd) + size); in nvif_outp_hda_eld()
99 ret = nvif_mthd(&outp->object, NVIF_OUTP_V0_INFOFRAME, args, sizeof(*args) + size); in nvif_outp_infoframe()
107 int ret = nvif_mthd(&outp->object, NVIF_OUTP_V0_RELEASE, NULL, 0); in nvif_outp_release()
120 ret = nvif_mthd(&outp->object, NVIF_OUTP_V0_ACQUIRE, args, sizeof(*args)); in nvif_outp_acquire()
208 ret = nvif_mthd(&outp->object, NVIF_OUTP_V0_LOAD_DETECT, &args, sizeof(args)); in nvif_outp_load_detect()
H A Devent.c32 int ret = nvif_mthd(&event->object, NVIF_EVENT_V0_BLOCK, NULL, 0); in nvif_event_block()
43 int ret = nvif_mthd(&event->object, NVIF_EVENT_V0_ALLOW, NULL, 0); in nvif_event_allow()
H A Dconn.c56 ret = nvif_mthd(&conn->object, NVIF_CONN_V0_HPD_STATUS, &args, sizeof(args)); in nvif_conn_hpd_status()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c84 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_INFO, &info, sizeof(info)); in nouveau_debugfs_pstate_get()
96 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_ATTR, in nouveau_debugfs_pstate_get()
110 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_ATTR, in nouveau_debugfs_pstate_get()
191 ret = nvif_mthd(&debugfs->ctrl, NVIF_CONTROL_PSTATE_USER, in nouveau_debugfs_pstate_set()
H A Dnouveau_display.c95 ret = nvif_mthd(&head->object, NVIF_HEAD_V0_SCANOUTPOS, &args, sizeof(args)); in nouveau_display_scanoutpos_head()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h78 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) macro