aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
Commit message (Expand)AuthorAgeFilesLines
* merge more graphics stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-18/+14
* samsung update 1codeworkx2012-06-021-15/+19
* drm/ttm: unbind ttm before destroying node in accel move cleanupBen Skeggs2011-10-251-1/+1
* drm/ttm: delay freeing of old node during move_memcpy until after iounmapBen Skeggs2010-12-161-1/+1
* drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom2010-11-221-14/+115
* drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom2010-11-221-4/+3
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-261-10/+2
|\
| * Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie2010-10-061-10/+2
| |\
| | * drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-051-2/+1
| | * drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs2010-10-051-8/+1
* | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-4/+4
|/ /
* | drm/ttm: Clear the ghost cpu_writers flag on ttm_buffer_object_transfer.Francisco Jerez2010-09-221-0/+1
|/
* drm: kill drm_mm_node->privateDaniel Vetter2010-07-071-2/+0
* drm/ttm: fix, avoid iomapping system memoryJerome Glisse2010-05-071-1/+1
* Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie2010-04-201-65/+57
|\
| * drm/ttm: remove io_ field from TTM V6Jerome Glisse2010-04-201-15/+4
| * drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse2010-04-201-62/+62
| * drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse2010-04-081-3/+6
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-011-7/+2
|\
| * drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.cAustin Yuan2010-02-011-7/+2
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-101-0/+1
|\ \ | |/
| * drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom2009-12-071-0/+1
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
* Merge Linus master to drm-nextDave Airlie2009-08-201-13/+56
|\
| * drm/ttm: Fix a potential comparison of structs.Thomas Hellstrom2009-08-041-4/+4
| * drm/ttm: Fix ttm in-kernel copying of pages with non-standard caching attribu...Thomas Hellstrom2009-07-291-11/+52
| * drm/ttm: Fix an oops and sync object leak.Thomas Hellstrom2009-07-291-2/+4
* | ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom2009-08-191-2/+2
|/
* drm: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-241-1/+0
* drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom2009-06-151-0/+561