Home
last modified time | relevance | path

Searched refs:nv_call (Results 1 – 13 of 13) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/mpeg/
H A Dnouveau_engine_mpeg_nv44.c135 if (handle && !nv_call(handle->object, mthd, data)) in nv44_mpeg_intr()
H A Dnouveau_engine_mpeg_nv31.c230 if (handle && !nv_call(handle->object, mthd, data)) in nv31_mpeg_intr()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/include/core/
H A Dobject.h135 nv_call(void *obj, u32 mthd, u32 data) in nv_call() function
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_nv50_display.c1567 nv_call(disp->core, NV50_DISP_DAC_PWR + or, dpms_ctrl); in nv50_dac_dpms()
1788 nv_call(disp->core, NV84_DISP_SOR_HDMI_PWR + moff, in nv50_hdmi_mode_set()
1805 nv_call(disp->core, NV84_DISP_SOR_HDMI_PWR + moff, 0x00000000); in nv50_hdmi_disconnect()
1836 nv_call(disp->core, NV50_DISP_SOR_PWR + or, (mode == DRM_MODE_DPMS_ON)); in nv50_sor_dpms()
1954 nv_call(disp->core, NV50_DISP_SOR_LVDS_SCRIPT + nv_encoder->or, lvds); in nv50_sor_mode_set()
2084 nv_call(disp->core, NV50_DISP_PIOR_PWR + mthd, ctrl); in nv50_pior_dpms()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/
H A Dnouveau_engine_graph_nv20.c223 if (handle && !nv_call(handle->object, mthd, data)) in nv20_graph_intr()
H A Dnouveau_engine_graph_nv40.c324 if (handle && !nv_call(handle->object, mthd, data)) in nv40_graph_intr()
H A Dnouveau_engine_graph_nv50.c822 if (handle && !nv_call(handle->object, mthd, data)) in nv50_graph_intr()
H A Dnouveau_engine_graph_nv04.c1290 if (handle && !nv_call(handle->object, mthd, data)) in nv04_graph_intr()
H A Dnouveau_engine_graph_nv10.c1189 if (handle && !nv_call(handle->object, mthd, data)) in nv10_graph_intr()
H A Dnouveau_engine_graph_nvc0.c835 if (!handle || nv_call(handle->object, mthd, data)) { in nvc0_graph_intr()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/
H A Dnouveau_engine_fifo_nv04.c395 if (!nv_call(bind->object, mthd, data)) in nv04_fifo_swmthd()
H A Dnouveau_engine_fifo_nvc0.c503 if (!mthd || !nv_call(bind->object, mthd, data)) in nvc0_fifo_swmthd()
H A Dnouveau_engine_fifo_nve0.c531 if (!mthd || !nv_call(bind->object, mthd, data)) in nve0_fifo_swmthd()