aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mm.c
AgeCommit message (Expand)Author
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-05-09drm: mm: fix debug outputDaniel Vetter
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-23drm: mm: add helper to unwind scan stateDaniel Vetter
2011-02-23drm: mm: add api for embedding struct drm_mm_nodeDaniel Vetter
2011-02-23drm: mm: extract node insert helper functionsDaniel Vetter
2011-02-23drm: mm: track free areas implicitlyDaniel Vetter
2010-10-27drm_mm: add support for range-restricted fair-lru scansDaniel Vetter
2010-08-27drm: mm: fix range restricted allocationsDaniel Vetter
2010-07-07drm: implement helper functions for scanning lru listDaniel Vetter
2010-07-07drm_mm: extract check_free_mm_nodeDaniel Vetter
2010-07-07drm: sane naming for drm_mm.cDaniel Vetter
2010-07-07drm: kill dead code in drm_mm.cDaniel Vetter
2010-07-07drm: use list_for_each_entry in drm_mm.cDaniel Vetter
2010-02-15drm: Fix a bug in the range manager.Thomas Hellstrom
2009-12-23drm/mm: fix logic for selection of best fit blockBob Gleitsmann
2009-12-10drm: Add memory manager debug functionJerome Glisse
2009-12-10drm: Add search/get functions to get a block in a specific rangeJerome Glisse
2009-12-08Merge branch 'drm-core-next' into drm-linusDave Airlie
2009-12-04drm/mm: fixup typo in debug functions.Dave Airlie
2009-11-24drm: mm always protect change to unused_nodes with unused_lock spinlockJerome Glisse
2009-09-02drm/mm: add ability to dump mm lists via debugfsDave Airlie
2009-06-19drm: Apply "Memory fragmentation from lost alignment blocks"Thomas Hellstrom
2009-06-15drm: Memory fragmentation from lost alignment blocksChris Wilson
2009-06-12drm: Split out the mm declarations in a separate header. Add atomic operations.Jerome Glisse
2008-12-29DRM: add mode setting supportDave Airlie
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie