Home
last modified time | relevance | path

Searched refs:r535_gr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dr535.c40 #define r535_gr(p) container_of((p), struct r535_gr, base) macro
44 struct r535_gr { struct
63 struct r535_gr *gr; argument
112 struct r535_gr *gr = grc->gr; in r535_gr_chan_dtor()
129 r535_gr_promote_ctx(struct r535_gr *gr, bool golden, struct nvkm_vmm *vmm, in r535_gr_promote_ctx()
215 struct r535_gr *gr = r535_gr(base); in r535_gr_chan_new()
247 struct r535_gr *gr = container_of(base, typeof(*gr), base); in r535_gr_oneinit()
466 struct r535_gr *gr = r535_gr(base); in r535_gr_dtor()
480 struct r535_gr *gr; in r535_gr_new()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dr535.c379 r535_gr = { variable
597 engn = nvkm_runl_add(runl, nv2080, &r535_gr, type, inst); in r535_fifo_runl_ctor()