Searched refs:nv_call (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/nouveau/core/engine/mpeg/ |
D | nv44.c | 129 if (handle && !nv_call(handle->object, mthd, data)) in nv44_mpeg_intr()
|
D | nv31.c | 224 if (handle && !nv_call(handle->object, mthd, data)) in nv31_mpeg_intr()
|
/drivers/gpu/drm/nouveau/core/include/core/ |
D | object.h | 134 nv_call(void *obj, u32 mthd, u32 data) in nv_call() function
|
/drivers/gpu/drm/nouveau/core/engine/graph/ |
D | nv20.c | 217 if (handle && !nv_call(handle->object, mthd, data)) in nv20_graph_intr()
|
D | nv40.c | 318 if (handle && !nv_call(handle->object, mthd, data)) in nv40_graph_intr()
|
D | nv50.c | 816 if (handle && !nv_call(handle->object, mthd, data)) in nv50_graph_intr()
|
D | nv04.c | 1284 if (handle && !nv_call(handle->object, mthd, data)) in nv04_graph_intr()
|
D | nv10.c | 1183 if (handle && !nv_call(handle->object, mthd, data)) in nv10_graph_intr()
|
D | nvc0.c | 1097 if (!handle || nv_call(handle->object, mthd, data)) { in nvc0_graph_intr()
|
/drivers/gpu/drm/nouveau/core/engine/fifo/ |
D | nv04.c | 402 if (!nv_call(bind->object, mthd, data)) in nv04_fifo_swmthd()
|
D | nvc0.c | 480 if (!mthd || !nv_call(bind->object, mthd, data)) in nvc0_fifo_swmthd()
|
D | nve0.c | 506 if (!mthd || !nv_call(bind->object, mthd, data)) in nve0_fifo_swmthd()
|