/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_debugfs.c | 83 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_INFO, &info, sizeof(info)); in nouveau_debugfs_pstate_get() 95 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_ATTR, in nouveau_debugfs_pstate_get() 109 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_ATTR, in nouveau_debugfs_pstate_get() 191 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_USER, &args, sizeof(args)); in nouveau_debugfs_pstate_set()
|
H A D | nouveau_display.c | 100 ret = nvif_mthd(&disp->disp.object, 0, &args, sizeof(args)); in nouveau_display_scanoutpos_head()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
H A D | outp.c | 87 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 D | event.c | 32 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 D | conn.c | 56 ret = nvif_mthd(&conn->object, NVIF_CONN_V0_HPD_STATUS, &args, sizeof(args)); in nvif_conn_hpd_status()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_debugfs.c | 84 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 D | nouveau_display.c | 95 ret = nvif_mthd(&head->object, NVIF_HEAD_V0_SCANOUTPOS, &args, sizeof(args)); in nouveau_display_scanoutpos_head()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 72 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 78 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 319 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_outp_release() 341 ret = nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_outp_acquire() 550 ret = nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_dac_detect() 749 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_audio_disable() 784 nvif_mthd(&disp->disp->object, 0, &args, in nv50_audio_enable() 811 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_hdmi_disable() 889 nvif_mthd(&disp->disp->object, 0, &args, size); in nv50_hdmi_enable() 1030 nvif_mthd(&drm->display->disp.object, 0, &args, sizeof(args)); in nv50_msto_prepare() 1511 return nvif_mthd(disp, 0, &args, sizeof(args)); in nv50_mstm_enable() 1762 nvif_mthd( in nv50_sor_enable() [all...] |