Searched refs:grctx_size (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nv20_graph.c | 31 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()
|
D | nvc0_graph.h | 55 u32 grctx_size; member
|
D | nvc0_graph.c | 99 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()
|
D | nv40_graph.c | 35 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()
|
D | nv50_graph.c | 40 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()
|