Linux Kernel
3.7.1
|
#include "nvc0.h"
Go to the source code of this file.
Functions | |
void | nv_icmd (struct nvc0_graph_priv *priv, u32 icmd, u32 data) |
int | nvc0_grctx_init (struct nvc0_graph_priv *priv, struct nvc0_grctx *info) |
void | nvc0_grctx_data (struct nvc0_grctx *info, u32 size, u32 align, u32 access) |
void | nvc0_grctx_mmio (struct nvc0_grctx *info, u32 addr, u32 data, u32 shift, u32 buf) |
int | nvc0_grctx_fini (struct nvc0_grctx *info) |
int | nvc0_grctx_generate (struct nvc0_graph_priv *priv) |
void nv_icmd | ( | struct nvc0_graph_priv * | priv, |
u32 | icmd, | ||
u32 | data | ||
) |
int nvc0_grctx_fini | ( | struct nvc0_grctx * | info | ) |
int nvc0_grctx_generate | ( | struct nvc0_graph_priv * | priv | ) |
int nvc0_grctx_init | ( | struct nvc0_graph_priv * | priv, |
struct nvc0_grctx * | info | ||
) |