search for: __nouveau_mem_alloc

Displaying 1 result from an estimated 1 matches for "__nouveau_mem_alloc".

2008 Mar 09
0
[PATCH 4/4] nouveau: clean up nouveau_mem_alloc function
From: Pekka Enberg <penberg at cs.helsinki.fi> Convert the macros in nouveau_mem_alloc() to nouveau_mem_alloc_agp(), nouveau_mem_alloc_fb(), and nouveau_mem_alloc_pci() functions that use a new generic __nouveau_mem_alloc() function to allocate and map memory. Signed-off-by: Pekka Enberg <penberg at cs.helsinki.fi> --- shared-core/nouveau_mem.c | 174 ++++++++++++++++++++++++++++++---------------- 1 file changed, 117 insertions(+), 57 deletions(-) Index: drm/shared-core/nouveau_mem.c ======================...