Go to the source code of this file.
|
int | nvc0_graph_context_ctor (struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *oclass, void *args, u32 size, struct nouveau_object **pobject) |
|
void | nvc0_graph_context_dtor (struct nouveau_object *object) |
|
void | nvc0_graph_ctxctl_debug (struct nvc0_graph_priv *priv) |
|
int | nvc0_graph_ctor_fw (struct nvc0_graph_priv *priv, const char *fwname, struct nvc0_graph_fuc *fuc) |
|
void | nvc0_graph_dtor (struct nouveau_object *object) |
|
void | nvc0_graph_init_fw (struct nvc0_graph_priv *priv, u32 fuc_base, struct nvc0_graph_fuc *code, struct nvc0_graph_fuc *data) |
|
Initial value:= {
.ctor = nvc0_graph_ctor,
.init = nvc0_graph_init,
},
}
Definition at line 947 of file nvc0.c.