summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mm.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-05-09drm: mm: fix debug outputDaniel Vetter1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-23drm: mm: add helper to unwind scan stateDaniel Vetter1-0/+4
2011-02-23drm: mm: add api for embedding struct drm_mm_nodeDaniel Vetter1-9/+84
2011-02-23drm: mm: extract node insert helper functionsDaniel Vetter1-25/+42
2011-02-23drm: mm: track free areas implicitlyDaniel Vetter1-251/+213
2010-10-27drm_mm: add support for range-restricted fair-lru scansDaniel Vetter1-1/+39
2010-08-27drm: mm: fix range restricted allocationsDaniel Vetter1-10/+14
2010-07-07drm: implement helper functions for scanning lru listDaniel Vetter1-4/+163
2010-07-07drm_mm: extract check_free_mm_nodeDaniel Vetter1-37/+34
2010-07-07drm: sane naming for drm_mm.cDaniel Vetter1-37/+35
2010-07-07drm: kill dead code in drm_mm.cDaniel Vetter1-45/+0
2010-07-07drm: use list_for_each_entry in drm_mm.cDaniel Vetter1-6/+2
2010-02-15drm: Fix a bug in the range manager.Thomas Hellstrom1-1/+2
2009-12-23drm/mm: fix logic for selection of best fit blockBob Gleitsmann1-2/+2
2009-12-10drm: Add memory manager debug functionJerome Glisse1-0/+20
2009-12-10drm: Add search/get functions to get a block in a specific rangeJerome Glisse1-0/+88
2009-12-08Merge branch 'drm-core-next' into drm-linusDave Airlie1-1/+1
2009-12-04drm/mm: fixup typo in debug functions.Dave Airlie1-1/+1
2009-11-24drm: mm always protect change to unused_nodes with unused_lock spinlockJerome Glisse1-0/+9
2009-09-02drm/mm: add ability to dump mm lists via debugfsDave Airlie1-0/+21
2009-06-19drm: Apply "Memory fragmentation from lost alignment blocks"Thomas Hellstrom1-41/+7
2009-06-15drm: Memory fragmentation from lost alignment blocksChris Wilson1-11/+9
2009-06-12drm: Split out the mm declarations in a separate header. Add atomic operations.Jerome Glisse1-28/+137
2008-12-29DRM: add mode setting supportDave Airlie1-0/+1
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt1-1/+4
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+295