summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* ttm: on move memory failure don't leave a node danglingDave Airlie2013-01-211-0/+1
* 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: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst2012-12-201-1/+1
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-102-25/+27
* drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2Maarten Lankhorst2012-12-101-31/+11
* drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2Maarten Lankhorst2012-12-101-30/+14
* drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3Maarten Lankhorst2012-12-101-47/+76
* drm/ttm: change fence_lock to inner lockMaarten Lankhorst2012-12-102-22/+13
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-102-5/+4
|\
| * drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita2012-11-161-4/+0
| * ttm: Clear the ttm page allocated from high memory zone correctlyZhao Yakui2012-11-161-1/+4
* | drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom2012-11-282-6/+3
* | drm/ttm: Use the hashtab _rcu interface for ttm_objectsThomas Hellstrom2012-11-281-7/+14
* | drm/ttm: Fix locking in an error pathThomas Hellstrom2012-11-281-0/+2
* | drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst2012-11-202-16/+2
* | drm/ttm: Optimize reservation slightlyThomas Hellstrom2012-11-201-1/+2
* | drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom2012-11-201-19/+11
* | drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst2012-11-201-3/+3
* | drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst2012-11-201-1/+0
* | drm/ttm: remove sync_obj_arg memberMaarten Lankhorst2012-11-203-11/+4
* | drm/ttm: remove ttm_mem_global->queueMarcin Slusarz2012-11-201-1/+0
* | drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz2012-11-201-1/+0
* | drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-201-6/+2
* | drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst2012-11-071-6/+6
|/
* drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()Thomas Hellstrom2012-10-231-8/+12
* drm/ttm: Fix a theoretical raceThomas Hellstrom2012-10-231-2/+2
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-033-19/+4
|\
| * drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfreePeter Senna Tschudin2012-10-021-4/+1
| * gpu/drm/ttm: use copy_highpageAkinobu Mita2012-10-021-14/+2
| * 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-0212-35/+35
|/
* drm/ttm: Fix buffer object metadata accounting regression v2Thomas Hellstrom2012-06-121-10/+3
* drm/ttm: Fix spinlock imbalanceThomas Hellstrom2012-06-011-0/+1
* ttm: add prime sharing support to TTM (v2)Dave Airlie2012-05-231-2/+15
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-228-125/+96
|\
| * drm/ttm: Use pr_fmt and pr_<level>Joe Perches2012-03-208-125/+96
* | drm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
|/
* drm/ttm: fix two regressions since move_notify changesBen Skeggs2012-01-251-4/+13
* ttm/dma: Remove the WARN() which is not useful.Konrad Rzeszutek Wilk2012-01-131-3/+2
* drm/ttm: fix condition (and vs or)Dan Carpenter2012-01-101-5/+3
* ttm: fix agp since ttm tt reworkJerome Glisse2012-01-062-0/+19
* drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d...Konrad Rzeszutek Wilk2012-01-061-5/+10
* drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk2012-01-061-2/+5
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-1/+7
|\
| * ttm: Don't return the bo reserved on error pathThomas Hellstrom2011-11-221-1/+7
* | drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse2011-12-061-3/+6
* | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-062-12/+41
* | drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-063-85/+124
OpenPOWER on IntegriCloud