Home
last modified time | relevance | path

Searched refs:grctx_size (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv20_graph.c31 u32 grctx_size; member
430 ret = nouveau_gpuobj_new(dev, NULL, pgraph->grctx_size, 16, in nv20_graph_context_new()
746 pgraph->grctx_size = NV20_GRCTX_SIZE; in nv20_graph_create()
752 pgraph->grctx_size = NV25_GRCTX_SIZE; in nv20_graph_create()
756 pgraph->grctx_size = NV2A_GRCTX_SIZE; in nv20_graph_create()
770 pgraph->grctx_size = NV30_31_GRCTX_SIZE; in nv20_graph_create()
774 pgraph->grctx_size = NV34_GRCTX_SIZE; in nv20_graph_create()
779 pgraph->grctx_size = NV35_36_GRCTX_SIZE; in nv20_graph_create()
Dnvc0_graph.h55 u32 grctx_size; member
Dnvc0_graph.c99 ctx = kmalloc(priv->grctx_size, GFP_KERNEL); in nvc0_graph_construct_context()
143 for (i = 0; i < priv->grctx_size; i += 4) in nvc0_graph_construct_context()
264 ret = nouveau_gpuobj_new(dev, chan, priv->grctx_size, 256, in nvc0_graph_context_new()
285 for (i = 0; i < priv->grctx_size; i += 4) in nvc0_graph_context_new()
532 priv->grctx_size = nv_rd32(dev, 0x409804); in nvc0_graph_init_ctxctl()
562 priv->grctx_size = nv_rd32(dev, 0x409800); in nvc0_graph_init_ctxctl()
Dnv40_graph.c35 u32 grctx_size; member
49 ret = nouveau_gpuobj_new(dev, NULL, pgraph->grctx_size, 16, in nv40_graph_context_new()
205 pgraph->grctx_size = ctx.ctxvals_pos * 4; in nv40_graph_init()
Dnv50_graph.c40 u32 grctx_size; member
237 ret = nouveau_gpuobj_new(dev, NULL, pgraph->grctx_size, 0, in nv50_graph_context_new()
1018 pgraph->grctx_size = ctx.ctxvals_pos * 4; in nv50_graph_create()