Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_debugfs.c61 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_INFO, &info, sizeof(info)); in nouveau_debugfs_pstate_get()
73 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_ATTR, in nouveau_debugfs_pstate_get()
87 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_ATTR, in nouveau_debugfs_pstate_get()
166 ret = nvif_mthd(ctrl, NVIF_CONTROL_PSTATE_USER, &args, sizeof(args)); in nouveau_debugfs_pstate_set()
Dnouveau_display.c119 ret = nvif_mthd(&disp->disp.object, 0, &args, sizeof(args)); in nouveau_display_scanoutpos_head()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c264 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_outp_release()
285 ret = nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_outp_acquire()
399 ret = nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_dac_detect()
475 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_audio_disable()
505 nvif_mthd(&disp->disp->object, 0, &args, in nv50_audio_enable()
528 nvif_mthd(&disp->disp->object, 0, &args, sizeof(args)); in nv50_hdmi_disable()
589 nvif_mthd(&disp->disp->object, 0, &args, size); in nv50_hdmi_enable()
704 nvif_mthd(&drm->display->disp.object, 0, &args, sizeof(args)); in nv50_msto_prepare()
1156 return nvif_mthd(disp, 0, &args, sizeof(args)); in nv50_mstm_enable()
1408 nvif_mthd(&disp->disp->object, 0, &lvds, sizeof(lvds)); in nv50_sor_enable()
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h71 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) macro