Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_debugfs.c83 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()
Dnouveau_display.c100 ret = nvif_mthd(&disp->disp.object, 0, &args, sizeof(args)); in nouveau_display_scanoutpos_head()
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c319 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()
518 ret = nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_dac_detect()
717 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_audio_disable()
752 nvif_mthd(&disp->disp->object, 0, &args, in nv50_audio_enable()
779 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_hdmi_disable()
857 nvif_mthd(&disp->disp->object, 0, &args, size); in nv50_hdmi_enable()
998 nvif_mthd(&drm->display->disp.object, 0, &args, sizeof(args)); in nv50_msto_prepare()
1479 return nvif_mthd(disp, 0, &args, sizeof(args)); in nv50_mstm_enable()
1730 nvif_mthd(&disp->disp->object, 0, &lvds, sizeof(lvds)); in nv50_sor_enable()
/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h72 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) macro