summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_mm.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-30nouveau/mm: make code thread safeKarol Herbst1-5/+15
2022-07-28util/list: rename LIST_ENTRY() to list_entry()Eric Engestrom1-2/+2
2021-05-10nouveau/mm: remove unused nouveau_mm_allocation.next fieldKarol Herbst1-1/+0
2021-05-10nouveau/mm: pass mm_bucket to mm_slab_newKarol Herbst1-3/+4
2019-10-28util: remove LIST_IS_EMPTY macroTimothy Arceri1-4/+4
2019-10-28util: remove LIST_DEL macroTimothy Arceri1-5/+5
2019-10-28util: remove LIST_ADD macroTimothy Arceri1-3/+3
2019-10-28util: remove LIST_ADDTAIL macroTimothy Arceri1-2/+2
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri1-4/+4
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-4/+4
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-1/+1
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-1/+0
2013-01-08nouveau: increase max order of suballocated buffers by 1Christoph Bumiller1-2/+9
2012-11-04nv50,nvc0: expose ARB_map_buffer_alignmentLucas Stach1-1/+1
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-11/+12
2011-10-09nouveau: hide some debugging messages behind environment variableMarcin Slusarz1-2/+3
2011-08-30nouveau: use PRIu64 for printing uint64_tChristoph Bumiller1-1/+3
2011-08-30nouveau/mm: move slabs to correct list on memory releaseChristoph Bumiller1-5/+5
2011-04-27gallium/nouveau: fix printf warningsMarek Olšák1-1/+1
2011-03-01nouveau: fix leak of nouveau_mman structsBen Skeggs1-0/+2
2011-03-01nouveau: fix compiler complaintBen Skeggs1-0/+6
2011-03-01nv50: make mm available as common codeBen Skeggs1-0/+280