Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/engine/mpeg/
Dnv44.c129 if (handle && !nv_call(handle->object, mthd, data)) in nv44_mpeg_intr()
Dnv31.c224 if (handle && !nv_call(handle->object, mthd, data)) in nv31_mpeg_intr()
/drivers/gpu/drm/nouveau/core/include/core/
Dobject.h134 nv_call(void *obj, u32 mthd, u32 data) in nv_call() function
/drivers/gpu/drm/nouveau/core/engine/graph/
Dnv20.c217 if (handle && !nv_call(handle->object, mthd, data)) in nv20_graph_intr()
Dnv40.c318 if (handle && !nv_call(handle->object, mthd, data)) in nv40_graph_intr()
Dnv50.c816 if (handle && !nv_call(handle->object, mthd, data)) in nv50_graph_intr()
Dnv04.c1284 if (handle && !nv_call(handle->object, mthd, data)) in nv04_graph_intr()
Dnv10.c1183 if (handle && !nv_call(handle->object, mthd, data)) in nv10_graph_intr()
Dnvc0.c1097 if (!handle || nv_call(handle->object, mthd, data)) { in nvc0_graph_intr()
/drivers/gpu/drm/nouveau/core/engine/fifo/
Dnv04.c402 if (!nv_call(bind->object, mthd, data)) in nv04_fifo_swmthd()
Dnvc0.c480 if (!mthd || !nv_call(bind->object, mthd, data)) in nvc0_fifo_swmthd()
Dnve0.c506 if (!mthd || !nv_call(bind->object, mthd, data)) in nve0_fifo_swmthd()