Searched refs:nv_call (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
D | nv44.c | 121 if (handle && !nv_call(handle->object, mthd, data)) in nv44_mpeg_intr()
|
D | nv31.c | 219 if (handle && !nv_call(handle->object, mthd, data)) in nv31_mpeg_intr()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | object.h | 132 nv_call(void *obj, u32 mthd, u32 data) in nv_call() function
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv20.c | 210 if (handle && !nv_call(handle->object, mthd, data)) in nv20_gr_intr()
|
D | nv40.c | 309 if (handle && !nv_call(handle->object, mthd, data)) in nv40_gr_intr()
|
D | nv50.c | 806 if (handle && !nv_call(handle->object, mthd, data)) in nv50_gr_intr()
|
D | nv04.c | 1278 if (handle && !nv_call(handle->object, mthd, data)) in nv04_gr_intr()
|
D | nv10.c | 1179 if (handle && !nv_call(handle->object, mthd, data)) in nv10_gr_intr()
|
D | gf100.c | 1142 if (!handle || nv_call(handle->object, mthd, data)) { in gf100_gr_intr()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv04.c | 396 if (!nv_call(bind->object, mthd, data)) in nv04_fifo_swmthd()
|
D | gf100.c | 472 if (!mthd || !nv_call(bind->object, mthd, data)) in gf100_fifo_swmthd()
|
D | gk104.c | 497 if (!mthd || !nv_call(bind->object, mthd, data)) in gk104_fifo_swmthd()
|