Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_debugfs.c81 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_INFO, &info, sizeof(info)); in nouveau_debugfs_pstate_get()
93 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_ATTR, in nouveau_debugfs_pstate_get()
107 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_ATTR, in nouveau_debugfs_pstate_get()
186 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_USER, &args, sizeof(args)); in nouveau_debugfs_pstate_set()
Dnouveau_display.c117 ret = nvif_mthd(&disp->disp.object, 0, &args, sizeof(args)); in nouveau_display_scanoutpos_head()
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c272 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_outp_release()
293 ret = nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_outp_acquire()
412 ret = nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_dac_detect()
488 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_audio_disable()
518 nvif_mthd(&disp->disp->object, 0, &args, in nv50_audio_enable()
541 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_hdmi_disable()
618 nvif_mthd(&disp->disp->object, 0, &args, size); in nv50_hdmi_enable()
758 nvif_mthd(&drm->display->disp.object, 0, &args, sizeof(args)); in nv50_msto_prepare()
1244 return nvif_mthd(disp, 0, &args, sizeof(args)); in nv50_mstm_enable()
1505 nvif_mthd(&disp->disp->object, 0, &lvds, sizeof(lvds)); in nv50_sor_enable()
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h71 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) macro