Searched refs:nv_engine (Results 1 – 17 of 17) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nvc0_copy.c | 44 struct nvc0_copy_engine *pcopy = nv_engine(chan->dev, engine); in nvc0_copy_context_new() 75 struct nvc0_copy_engine *pcopy = nv_engine(chan->dev, engine); in nvc0_copy_context_del() 104 struct nvc0_copy_engine *pcopy = nv_engine(dev, engine); in nvc0_copy_init() 132 struct nvc0_copy_engine *pcopy = nv_engine(dev, engine); in nvc0_copy_fini() 156 struct nvc0_copy_engine *pcopy = nv_engine(dev, engine); in nvc0_copy_isr() 197 struct nvc0_copy_engine *pcopy = nv_engine(dev, engine); in nvc0_copy_destroy()
|
D | nv31_mpeg.c | 38 struct nv31_mpeg_engine *pmpeg = nv_engine(chan->dev, engine); in nv31_mpeg_context_new() 50 struct nv31_mpeg_engine *pmpeg = nv_engine(chan->dev, engine); in nv31_mpeg_context_del() 131 struct nv31_mpeg_engine *pmpeg = nv_engine(dev, engine); in nv31_mpeg_init() 293 struct nv31_mpeg_engine *pmpeg = nv_engine(dev, engine); in nv31_mpeg_destroy()
|
D | nvc0_graph.c | 93 struct nvc0_graph_priv *priv = nv_engine(chan->dev, NVOBJ_ENGINE_GR); in nvc0_graph_construct_context() 157 struct nvc0_graph_priv *priv = nv_engine(chan->dev, NVOBJ_ENGINE_GR); in nvc0_graph_create_context_mmio_list() 254 struct nvc0_graph_priv *priv = nv_engine(dev, engine); in nvc0_graph_context_new() 339 struct nvc0_graph_priv *priv = nv_engine(dev, NVOBJ_ENGINE_GR); in nvc0_graph_init_obj418880() 370 struct nvc0_graph_priv *priv = nv_engine(dev, NVOBJ_ENGINE_GR); in nvc0_graph_init_gpc_0() 433 struct nvc0_graph_priv *priv = nv_engine(dev, NVOBJ_ENGINE_GR); in nvc0_graph_init_gpc_1() 458 struct nvc0_graph_priv *priv = nv_engine(dev, NVOBJ_ENGINE_GR); in nvc0_graph_init_rop() 491 struct nvc0_graph_priv *priv = nv_engine(dev, NVOBJ_ENGINE_GR); in nvc0_graph_init_ctxctl() 759 struct nvc0_graph_priv *priv = nv_engine(dev, engine); in nvc0_graph_destroy()
|
D | nv84_vp.c | 61 struct nv84_vp_engine *pvp = nv_engine(dev, engine); in nv84_vp_destroy()
|
D | nv98_crypt.c | 56 struct nv98_crypt_engine *pcrypt = nv_engine(dev, engine); in nv98_crypt_destroy()
|
D | nv84_bsp.c | 61 struct nv84_bsp_engine *pbsp = nv_engine(dev, engine); in nv84_bsp_destroy()
|
D | nv98_ppp.c | 56 struct nv98_ppp_engine *pppp = nv_engine(dev, engine); in nv98_ppp_destroy()
|
D | nv40_graph.c | 41 struct nv40_graph_engine *pgraph = nv_engine(chan->dev, engine); in nv40_graph_context_new() 184 struct nv40_graph_engine *pgraph = nv_engine(dev, engine); in nv40_graph_init() 435 struct nv40_graph_engine *pgraph = nv_engine(dev, engine); in nv40_graph_destroy()
|
D | nv20_graph.c | 425 struct nv20_graph_engine *pgraph = nv_engine(chan->dev, engine); in nv20_graph_context_new() 450 struct nv20_graph_engine *pgraph = nv_engine(chan->dev, engine); in nv20_graph_context_del() 500 struct nv20_graph_engine *pgraph = nv_engine(dev, engine); in nv20_graph_init() 588 struct nv20_graph_engine *pgraph = nv_engine(dev, engine); in nv30_graph_init() 713 struct nv20_graph_engine *pgraph = nv_engine(dev, engine); in nv20_graph_destroy()
|
D | nv84_crypt.c | 163 struct nv84_crypt_engine *pcrypt = nv_engine(dev, engine); in nv84_crypt_destroy()
|
D | nva3_copy.c | 196 struct nva3_copy_engine *pcopy = nv_engine(dev, engine); in nva3_copy_destroy()
|
D | nv50_mpeg.c | 214 struct nv50_mpeg_engine *pmpeg = nv_engine(dev, engine); in nv50_mpeg_destroy()
|
D | nv50_graph.c | 127 struct nv50_graph_engine *pgraph = nv_engine(dev, engine); in nv50_graph_init() 231 struct nv50_graph_engine *pgraph = nv_engine(dev, engine); in nv50_graph_context_new() 986 struct nv50_graph_engine *pgraph = nv_engine(dev, engine); in nv50_graph_destroy()
|
D | nv04_graph.c | 1080 struct nv04_graph_engine *pgraph = nv_engine(dev, engine); in nv04_graph_destroy()
|
D | nv10_graph.c | 1129 struct nv10_graph_engine *pgraph = nv_engine(dev, engine); in nv10_graph_destroy()
|
D | nouveau_drv.h | 1729 nv_engine(struct drm_device *dev, int engine) in nv_engine() function
|
D | nvc0_grctx.c | 1792 struct nvc0_graph_priv *priv = nv_engine(chan->dev, NVOBJ_ENGINE_GR); in nvc0_grctx_generate()
|