Home
last modified time | relevance | path

Searched refs:NVOBJ_ENGINE_GR (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnvc0_graph.c93 struct nvc0_graph_priv *priv = nv_engine(chan->dev, NVOBJ_ENGINE_GR); in nvc0_graph_construct_context()
94 struct nvc0_graph_chan *grch = chan->engctx[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()
158 struct nvc0_graph_chan *grch = chan->engctx[NVOBJ_ENGINE_GR]; in nvc0_graph_create_context_mmio_list()
262 chan->engctx[NVOBJ_ENGINE_GR] = grch; 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()
[all …]
Dnv10_graph.c416 struct graph_state *pgraph_ctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv10_graph_save_pipe()
434 struct graph_state *pgraph_ctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv10_graph_load_pipe()
484 struct graph_state *pgraph_ctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv10_graph_create_pipe()
734 struct graph_state *pgraph_ctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv10_graph_load_context()
771 ctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv10_graph_unload_context()
805 if (chan && chan->engctx[NVOBJ_ENGINE_GR]) in nv10_graph_context_switch()
976 struct graph_state *ctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv17_graph_mthd_lma_window()
Dnv04_graph.c385 struct graph_state *pgraph_ctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv04_graph_load_context()
416 ctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv04_graph_unload_context()
Dnv50_graph.c260 atomic_inc(&chan->vm->engref[NVOBJ_ENGINE_GR]); in nv50_graph_context_new()
261 chan->engctx[NVOBJ_ENGINE_GR] = grctx; in nv50_graph_context_new()
Dnv40_graph.c378 grctx = dev_priv->channels.ptr[i]->engctx[NVOBJ_ENGINE_GR]; in nv40_graph_isr_chid()
Dnouveau_channel.c413 if (!dev_priv->eng[NVOBJ_ENGINE_GR]) in nouveau_ioctl_fifo_alloc()
Dnv20_graph.c55 grctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv20_graph_unload_context()
Dnvc0_grctx.c1792 struct nvc0_graph_priv *priv = nv_engine(chan->dev, NVOBJ_ENGINE_GR); in nvc0_grctx_generate()
1793 struct nvc0_graph_chan *grch = chan->engctx[NVOBJ_ENGINE_GR]; in nvc0_grctx_generate()
Dnouveau_drv.h159 #define NVOBJ_ENGINE_GR 1 macro
Dnouveau_state.c857 if (dev_priv->eng[NVOBJ_ENGINE_GR]) { in nouveau_card_init()