Home
last modified time | relevance | path

Searched refs:engctx (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv31_mpeg.c43 chan->engctx[engine] = (void *)0xdeadcafe; in nv31_mpeg_context_new()
52 chan->engctx[engine] = NULL; in nv31_mpeg_context_del()
81 chan->engctx[engine] = ctx; in nv40_mpeg_context_new()
89 struct nouveau_gpuobj *ctx = chan->engctx[engine]; in nv40_mpeg_context_del()
102 chan->engctx[engine] = NULL; in nv40_mpeg_context_del()
225 ctx = dev_priv->channels.ptr[i]->engctx[NVOBJ_ENGINE_MPEG]; in nv31_mpeg_isr_chid()
Dnva3_copy.c62 chan->engctx[engine] = ctx; in nva3_copy_context_new()
70 struct nouveau_gpuobj *ctx = chan->engctx[engine]; in nva3_copy_object_new()
81 struct nouveau_gpuobj *ctx = chan->engctx[engine]; in nva3_copy_context_del()
105 chan->engctx[engine] = ctx; in nva3_copy_context_del()
Dnv84_crypt.c60 chan->engctx[engine] = ctx; in nv84_crypt_context_new()
67 struct nouveau_gpuobj *ctx = chan->engctx[engine]; in nv84_crypt_context_del()
88 chan->engctx[engine] = NULL; in nv84_crypt_context_del()
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()
848 chan->engctx[engine] = pgraph_ctx; in nv10_graph_context_new()
878 struct graph_state *pgraph_ctx = chan->engctx[engine]; in nv10_graph_context_del()
892 chan->engctx[engine] = NULL; in nv10_graph_context_del()
976 struct graph_state *ctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv17_graph_mthd_lma_window()
Dnv50_mpeg.c73 chan->engctx[engine] = ctx; in nv50_mpeg_context_new()
81 struct nouveau_gpuobj *ctx = chan->engctx[engine]; in nv50_mpeg_context_del()
102 chan->engctx[engine] = NULL; in nv50_mpeg_context_del()
Dnvc0_copy.c61 chan->engctx[engine] = ctx; in nvc0_copy_context_new()
76 struct nouveau_gpuobj *ctx = chan->engctx[engine]; in nvc0_copy_context_del()
98 chan->engctx[engine] = ctx; in nvc0_copy_context_del()
Dnv40_graph.c73 chan->engctx[engine] = grctx; in nv40_graph_context_new()
80 struct nouveau_gpuobj *grctx = chan->engctx[engine]; in nv40_graph_context_del()
97 chan->engctx[engine] = NULL; in nv40_graph_context_del()
378 grctx = dev_priv->channels.ptr[i]->engctx[NVOBJ_ENGINE_GR]; in nv40_graph_isr_chid()
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()
440 chan->engctx[engine] = pgraph_ctx; in nv04_graph_context_new()
449 struct graph_state *pgraph_ctx = chan->engctx[engine]; in nv04_graph_context_del()
464 chan->engctx[engine] = NULL; in nv04_graph_context_del()
Dnvc0_graph.c94 struct nvc0_graph_chan *grch = chan->engctx[NVOBJ_ENGINE_GR]; in nvc0_graph_construct_context()
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()
313 struct nvc0_graph_chan *grch = chan->engctx[engine]; in nvc0_graph_context_del()
320 chan->engctx[engine] = NULL; in nvc0_graph_context_del()
Dnv20_graph.c55 grctx = chan->engctx[NVOBJ_ENGINE_GR]; in nv20_graph_unload_context()
443 chan->engctx[engine] = grctx; in nv20_graph_context_new()
451 struct nouveau_gpuobj *grctx = chan->engctx[engine]; in nv20_graph_context_del()
470 chan->engctx[engine] = NULL; in nv20_graph_context_del()
Dnv50_graph.c261 chan->engctx[NVOBJ_ENGINE_GR] = grctx; in nv50_graph_context_new()
268 struct nouveau_gpuobj *grctx = chan->engctx[engine]; in nv50_graph_context_del()
298 chan->engctx[engine] = NULL; in nv50_graph_context_del()
Dnouveau_channel.c300 if (chan->engctx[i]) in nouveau_channel_put_unlocked()
Dnouveau_object.c638 if (!chan->engctx[oc->engine]) { in nouveau_gpuobj_gr_new()
Dnouveau_drv.h264 void *engctx[NVOBJ_ENGINE_NR]; member
Dnvc0_grctx.c1793 struct nvc0_graph_chan *grch = chan->engctx[NVOBJ_ENGINE_GR]; in nvc0_grctx_generate()