Lines Matching full:engine

26 #include <engine/fifo.h>
56 nvkm_gr_chsw_load(struct nvkm_engine *engine) in nvkm_gr_chsw_load() argument
58 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_chsw_load()
65 nvkm_gr_tile(struct nvkm_engine *engine, int region, struct nvkm_fb_tile *tile) in nvkm_gr_tile() argument
67 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_tile()
91 struct nvkm_gr *gr = nvkm_gr(oclass->engine); in nvkm_gr_oclass_get()
115 struct nvkm_gr *gr = nvkm_gr(oclass->engine); in nvkm_gr_cclass_new()
122 nvkm_gr_intr(struct nvkm_engine *engine) in nvkm_gr_intr() argument
124 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_intr()
129 nvkm_gr_nonstall(struct nvkm_engine *engine) in nvkm_gr_nonstall() argument
131 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_nonstall()
140 nvkm_gr_oneinit(struct nvkm_engine *engine) in nvkm_gr_oneinit() argument
142 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_oneinit()
149 nvkm_gr_reset(struct nvkm_engine *engine) in nvkm_gr_reset() argument
151 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_reset()
160 nvkm_gr_init(struct nvkm_engine *engine) in nvkm_gr_init() argument
162 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_init()
171 nvkm_gr_fini(struct nvkm_engine *engine, bool suspend) in nvkm_gr_fini() argument
173 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_fini()
180 nvkm_gr_dtor(struct nvkm_engine *engine) in nvkm_gr_dtor() argument
182 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_dtor()
208 return nvkm_engine_ctor(&nvkm_gr, device, type, inst, enable, &gr->engine); in nvkm_gr_ctor()