Searched refs:nv50_disp_root (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | rootnv50.h | 3 #define nv50_disp_root(p) container_of((p), struct nv50_disp_root, object) macro 8 struct nv50_disp_root { struct 18 int (*init)(struct nv50_disp_root *); argument 19 void (*fini)(struct nv50_disp_root *); 27 int nv50_disp_root_init(struct nv50_disp_root *); 28 void nv50_disp_root_fini(struct nv50_disp_root *); 30 int gf119_disp_root_init(struct nv50_disp_root *); 31 void gf119_disp_root_fini(struct nv50_disp_root *);
|
| D | rootnv50.c | 75 struct nv50_disp_root *root = nv50_disp_root(object); in nv50_disp_root_mthd_() 196 struct nv50_disp_root *root = nv50_disp_root(oclass->parent); in nv50_disp_root_dmac_new_() 206 struct nv50_disp_root *root = nv50_disp_root(oclass->parent); in nv50_disp_root_pioc_new_() 215 struct nv50_disp_root *root = nv50_disp_root(object); in nv50_disp_root_child_get_() 239 struct nv50_disp_root *root = nv50_disp_root(object); in nv50_disp_root_fini_() 247 struct nv50_disp_root *root = nv50_disp_root(object); in nv50_disp_root_init_() 254 struct nv50_disp_root *root = nv50_disp_root(object); in nv50_disp_root_dtor_() 276 struct nv50_disp_root *root; in nv50_disp_root_new_() 297 nv50_disp_root_fini(struct nv50_disp_root *root) in nv50_disp_root_fini() 306 nv50_disp_root_init(struct nv50_disp_root *root) in nv50_disp_root_init() [all …]
|
| D | channv50.h | 9 struct nv50_disp_root *root; 28 struct nv50_disp_root *, int chid, int head, 32 struct nv50_disp_root *, int chid, int head, 92 struct nv50_disp_root *, int chid, 119 struct nv50_disp_root *, int chid, 124 struct nv50_disp_root *, int chid,
|
| D | dmacnv50.h | 20 struct nv50_disp_root *, int chid, int head, u64 push, 34 struct nv50_disp_root *, int chid, 45 struct nv50_disp_root *, int chid, 50 struct nv50_disp_root *, int chid, 55 struct nv50_disp_root *, int chid,
|
| D | dmacnv50.c | 36 struct nv50_disp_root *root; 59 struct nv50_disp_root *root = chan->base.root; in nv50_disp_dmac_child_new_() 136 struct nv50_disp_root *root, int chid, int head, u64 push, in nv50_disp_dmac_new_()
|
| D | rootgf119.c | 69 gf119_disp_root_fini(struct nv50_disp_root *root) in gf119_disp_root_fini() 77 gf119_disp_root_init(struct nv50_disp_root *root) in gf119_disp_root_init()
|
| D | oimmnv50.c | 35 struct nv50_disp_root *root, int chid, in nv50_disp_oimm_new()
|
| D | cursnv50.c | 35 struct nv50_disp_root *root, int chid, in nv50_disp_curs_new()
|
| D | ovlynv50.c | 35 struct nv50_disp_root *root, int chid, in nv50_disp_ovly_new()
|
| D | basenv50.c | 35 struct nv50_disp_root *root, int chid, in nv50_disp_base_new()
|
| D | channv50.c | 266 struct nv50_disp_root *root, int chid, int head, in nv50_disp_chan_ctor() 290 struct nv50_disp_root *root, int chid, int head, in nv50_disp_chan_new_()
|
| D | corenv50.c | 36 struct nv50_disp_root *root, int chid, in nv50_disp_core_new()
|