Searched refs:r535_gr (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H A D | gr.c | 37 #define r535_gr(p) container_of((p), struct r535_gr, base) macro 43 struct r535_gr *gr = grc->gr; in r535_gr_chan_dtor() 60 r535_gr_promote_ctx(struct r535_gr *gr, bool golden, struct nvkm_vmm *vmm, in r535_gr_promote_ctx() 146 struct r535_gr *gr = r535_gr(base); in r535_gr_chan_new() 175 r535_gr_get_ctxbuf_info(struct r535_gr *gr, int i, in r535_gr_get_ctxbuf_info() 252 r535_gr_get_ctxbufs_info(struct r535_gr *gr) in r535_gr_get_ctxbufs_info() 274 struct r535_gr *gr = container_of(base, typeof(*gr), base); in r535_gr_oneinit() 344 struct r535_gr *gr = r535_gr(base); in r535_gr_dtor() 354 r535_gr = { variable
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/ |
| H A D | rm.h | 10 struct r535_gr; 127 int (*get_ctxbufs_info)(struct r535_gr *); 129 int (*init)(struct r535_gr *); 130 void (*fini)(struct r535_gr *); 163 extern const struct nvkm_rm_api_gr r535_gr; 169 int r535_gr_promote_ctx(struct r535_gr *, bool golden, struct nvkm_vmm *,
|
| H A D | gr.c | 23 struct r535_gr *gr = container_of(base, typeof(*gr), base); in nvkm_rm_gr_fini() 35 struct r535_gr *gr = container_of(base, typeof(*gr), base); in nvkm_rm_gr_init() 57 struct r535_gr *gr; in nvkm_rm_gr_new()
|