OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctxsw
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_base.c
37
if (gr && gr->func->
ctxsw
.inst)
38
return gr->func->
ctxsw
.inst(gr);
46
if (gr && gr->func->
ctxsw
.resume)
47
return gr->func->
ctxsw
.resume(gr);
55
if (gr && gr->func->
ctxsw
.pause)
56
return gr->func->
ctxsw
.pause(gr);
priv.h
36
}
ctxsw
;
member in struct:nvkm_gr_func
nouveau_nvkm_engine_gr_gf100.c
1021
"wait for idle timeout (en: %d,
ctxsw
: %d, busy: %d)\n",
2052
.
ctxsw
.pause = gf100_gr_fecs_stop_ctxsw,
2053
.
ctxsw
.resume = gf100_gr_fecs_start_ctxsw,
2054
.
ctxsw
.inst = gf100_gr_ctxsw_inst,
Completed in 15 milliseconds
Indexes created Mon Oct 20 10:10:01 GMT 2025