search for: nouveau_notifier_free

Displaying 2 results from an estimated 2 matches for "nouveau_notifier_free".

2009 Dec 21
2
[PATCH 1/2] Unreference state/buffer objects on context/screen destruction
...nouveau_bo_ref(NULL, &screen->constbuf_misc[0]); + if (screen->tic) + nouveau_bo_ref(NULL, &screen->tic); + if (screen->tsc) + nouveau_bo_ref(NULL, &screen->tsc); + if (screen->static_init) + so_ref(NULL, &screen->static_init); + nouveau_notifier_free(&screen->sync); nouveau_grobj_free(&screen->tesla); nouveau_grobj_free(&screen->eng2d); Index: nv50/nv50_context.c =================================================================== --- nv50/nv50_context.c (wersja 32083) +++ nv50/nv50_context.c (kopia robocza) @@ -43,6 +...
2013 Apr 29
2
[Bug 64042] New: Mesalib Installation Error
...au_bo_handle_ref' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_notifier_alloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_new_tile' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_alloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_notifier_free' collect2: ld returned 1 exit status make[6]: *** [nouveau_vieux_dri.so] Error 1 make[6]: Leaving directory `/home/administrateur/Bureau/Mesa-7.11/src/mesa/drivers/dri/nouveau' Please Help Me -- You are receiving this mail because: You are the assignee for the bug. -------------- next pa...