Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv44.c121 if (handle && !nv_call(handle->object, mthd, data)) in nv44_mpeg_intr()
Dnv31.c219 if (handle && !nv_call(handle->object, mthd, data)) in nv31_mpeg_intr()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dobject.h132 nv_call(void *obj, u32 mthd, u32 data) in nv_call() function
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv20.c210 if (handle && !nv_call(handle->object, mthd, data)) in nv20_gr_intr()
Dnv40.c309 if (handle && !nv_call(handle->object, mthd, data)) in nv40_gr_intr()
Dnv50.c806 if (handle && !nv_call(handle->object, mthd, data)) in nv50_gr_intr()
Dnv04.c1278 if (handle && !nv_call(handle->object, mthd, data)) in nv04_gr_intr()
Dnv10.c1179 if (handle && !nv_call(handle->object, mthd, data)) in nv10_gr_intr()
Dgf100.c1142 if (!handle || nv_call(handle->object, mthd, data)) { in gf100_gr_intr()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c396 if (!nv_call(bind->object, mthd, data)) in nv04_fifo_swmthd()
Dgf100.c472 if (!mthd || !nv_call(bind->object, mthd, data)) in gf100_fifo_swmthd()
Dgk104.c497 if (!mthd || !nv_call(bind->object, mthd, data)) in gk104_fifo_swmthd()