Home
last modified time | relevance | path

Searched refs:ctxsw (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dbase.c32 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 Dpriv.h34 } ctxsw; member
H A Dgf100.c1014 "wait for idle timeout (en: %d, ctxsw: %d, busy: %d)\n", in gf100_gr_wait_idle()
2069 .ctxsw.pause = gf100_gr_fecs_stop_ctxsw,
2070 .ctxsw.resume = gf100_gr_fecs_start_ctxsw,
2071 .ctxsw.inst = gf100_gr_ctxsw_inst,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dbase.c32 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 Dpriv.h36 } ctxsw; member
H A Dgf100.c1072 "wait for idle timeout (en: %d, ctxsw: %d, busy: %d)\n", in gf100_gr_wait_idle()
2520 .ctxsw.pause = gf100_gr_fecs_stop_ctxsw,
2521 .ctxsw.resume = gf100_gr_fecs_start_ctxsw,
2522 .ctxsw.inst = gf100_gr_ctxsw_inst,

Completed in 9 milliseconds