Go to the source code of this file.
|
#define | GPC_MAX 4 |
|
#define | TPC_MAX 32 |
|
#define | ROP_BCAST(r) (0x408800 + (r)) |
|
#define | ROP_UNIT(u, r) (0x410000 + (u) * 0x400 + (r)) |
|
#define | GPC_BCAST(r) (0x418000 + (r)) |
|
#define | GPC_UNIT(t, r) (0x500000 + (t) * 0x8000 + (r)) |
|
#define | TPC_UNIT(t, m, r) (0x504000 + (t) * 0x8000 + (m) * 0x800 + (r)) |
|
#define | mmio_data(s, a, p) nvc0_grctx_data(&info, (s), (a), (p)) |
|
#define | mmio_list(r, d, s, b) nvc0_grctx_mmio(&info, (r), (d), (s), (b)) |
|
|
void | nv_icmd (struct nvc0_graph_priv *priv, u32 icmd, u32 data) |
|
int | nvc0_grctx_generate (struct nvc0_graph_priv *) |
|
int | nvc0_grctx_init (struct nvc0_graph_priv *, struct nvc0_grctx *) |
|
void | nvc0_grctx_data (struct nvc0_grctx *, u32, u32, u32) |
|
void | nvc0_grctx_mmio (struct nvc0_grctx *, u32, u32, u32, u32) |
|
int | nvc0_grctx_fini (struct nvc0_grctx *) |
|
int | nve0_grctx_generate (struct nvc0_graph_priv *) |
|
void | nvc0_graph_ctxctl_debug (struct nvc0_graph_priv *) |
|
int | nvc0_graph_ctor_fw (struct nvc0_graph_priv *, const char *, struct nvc0_graph_fuc *) |
|
void | nvc0_graph_dtor (struct nouveau_object *) |
|
void | nvc0_graph_init_fw (struct nvc0_graph_priv *, u32 base, struct nvc0_graph_fuc *, struct nvc0_graph_fuc *) |
|
int | nvc0_graph_context_ctor (struct nouveau_object *, struct nouveau_object *, struct nouveau_oclass *, void *, u32, struct nouveau_object **) |
|
void | nvc0_graph_context_dtor (struct nouveau_object *) |
|
#define GPC_BCAST |
( |
|
r | ) |
(0x418000 + (r)) |
#define GPC_UNIT |
( |
|
t, |
|
|
|
r |
|
) |
| (0x500000 + (t) * 0x8000 + (r)) |
#define ROP_BCAST |
( |
|
r | ) |
(0x408800 + (r)) |
#define ROP_UNIT |
( |
|
u, |
|
|
|
r |
|
) |
| (0x410000 + (u) * 0x400 + (r)) |
#define TPC_UNIT |
( |
|
t, |
|
|
|
m, |
|
|
|
r |
|
) |
| (0x504000 + (t) * 0x8000 + (m) * 0x800 + (r)) |