summaryrefslogtreecommitdiff
path: root/linux-core/drm_mm.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-298/+0
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-0/+1
2008-08-01Merge commit 'origin/drm-gem' into modesetting-gemKristian Høgsberg1-0/+297
2008-07-30Revert "Rename drm_mm.c and its fuctions to drm_memrange."Eric Anholt1-0/+298
2008-05-01checkpoint: rename to GEM and a few more i915 bits.Eric Anholt1-359/+0
2008-04-29Move mmfs ioctls into the DRM. Untested.Eric Anholt1-0/+359
2008-04-28Rename drm_mm.c and its fuctions to drm_memrange.Eric Anholt1-296/+0
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-2/+2
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-33/+33
2007-03-19whitespace cleanup pending a kernel mergeDave Airlie1-10/+8
2007-02-09I915 accelerated blit copy functional.Thomas Hellstrom1-0/+1
2006-12-21Fix buggy aligned allocations.Thomas Hellstrom1-7/+6
2006-12-20Remove the stupid root_node field from the core memory manager.Thomas Hellstrom1-15/+14
2006-12-15Remove the memory caches for fence objects and memory manager nodes,Thomas Hellstrom1-9/+6
2006-10-27Last minute changes to support multi-page size buffer offset alignments.Thomas Hellstrom1-1/+4
2006-10-26New mm function names. Update header.Thomas Hellstrom1-3/+3
2006-10-26Add improved alignment functionality to the core memory manager.Thomas Hellstrom1-45/+126
2006-10-17Lindent.Thomas Hellstrom1-10/+9
2006-10-17Add memory usage accounting to avoid DOS problems.Thomas Hellstrom1-7/+10
2006-10-17Remove the memory manager parameter from the put_block function, as thisThomas Hellstrom1-1/+4
2006-09-04Make memory caches global so that they can be used withThomas Hellstrom1-18/+5
2006-09-01Bugfixes,Thomas Hellstrom1-7/+32
2006-08-14remove all TRUE instances as wellDave Airlie1-4/+4
2006-08-14remove all TRUE/FALSE no need for this in the drm, use 0 or 1Dave Airlie1-3/+3
2006-08-07drm: remove extra whitespace from drm_mm.cDave Airlie1-9/+9
2006-06-06Merge in the drm-sman-branchThomas Hellstrom1-0/+201