Searched refs:ctxsw (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | base.c | 32 if (gr && gr->func->ctxsw.inst) in nvkm_gr_ctxsw_inst() 33 return gr->func->ctxsw.inst(gr); in nvkm_gr_ctxsw_inst() 41 if (gr && gr->func->ctxsw.resume) in nvkm_gr_ctxsw_resume() 42 return gr->func->ctxsw.resume(gr); in nvkm_gr_ctxsw_resume() 50 if (gr && gr->func->ctxsw.pause) in nvkm_gr_ctxsw_pause() 51 return gr->func->ctxsw.pause(gr); in nvkm_gr_ctxsw_pause()
|
H A D | priv.h | 36 } ctxsw; member
|
H A D | gf100.c | 1073 "wait for idle timeout (en: %d, ctxsw: %d, busy: %d)\n", in gf100_gr_wait_idle() 2521 .ctxsw.pause = gf100_gr_fecs_stop_ctxsw, 2522 .ctxsw.resume = gf100_gr_fecs_start_ctxsw, 2523 .ctxsw.inst = gf100_gr_ctxsw_inst,
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
H A D | hub.fuc | 109 // enable fifo, ctxsw, 9, fwmthd, 15 interrupts
|