summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2014-01-201-1/+2
|\
| * drm/ttm: Fix swapin regressionThomas Hellstrom2013-12-231-1/+2
* | drivers: gpu: Mark function as static in ttm_bo_util.cRashika Kheria2014-01-081-2/+2
* | drm: Kill DRM_SUSERDaniel Vetter2013-12-181-1/+1
|/
* drm/ttm: Don't move non-existing dataThomas Hellstrom2013-11-201-2/+5
* drm/ttm: Fix ttm_bo_move_memcpyThomas Hellstrom2013-11-061-11/+17
* drm/ttm: Handle in-memory region copiesJakob Bornecrantz2013-11-061-1/+3
* drm/ttm: convert to unified vma offset managerDavid Herrmann2013-07-251-1/+2
* drm/ttm: convert to the reservation apiMaarten Lankhorst2013-06-281-1/+5
* ttm: export functions to allow qxl do its own iomappingDave Airlie2013-04-121-4/+9
* drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter2013-02-081-5/+8
* ttm: don't destroy old mm_node on memcpy failureDave Airlie2013-01-211-2/+9
* drm/ttm: fix fence locking in ttm_buffer_object_transferDaniel Vetter2013-01-081-1/+3
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-101-3/+3
* drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst2012-11-201-1/+0Star
* drm/ttm: remove sync_obj_arg memberMaarten Lankhorst2012-11-201-1/+0Star
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-1/+1
|\
| * drm: Handle io prot correctly for MIPS.Huacai Chen2012-08-241-1/+1
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
|/
* drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-061-0/+1
* drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-061-14/+17
* ttm: Fix error-path using an uninitialized valueThomas Hellstrom2011-10-181-1/+1
* drm/ttm: unbind ttm before destroying node in accel move cleanupBen Skeggs2011-08-231-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/+3Star
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-271-10/+2Star
|\
| * Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie2010-10-061-10/+2Star
| |\
| | * drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-051-2/+1Star
| | * drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs2010-10-051-8/+1Star
* | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-271-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/+0Star
* 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/+57Star
|\
| * drm/ttm: remove io_ field from TTM V6Jerome Glisse2010-04-201-15/+4Star
| * 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/+2Star
|\
| * drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.cAustin Yuan2010-02-011-7/+2Star
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-111-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/+0Star