aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2012-12-20drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-12-10drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2Maarten Lankhorst
2012-12-10drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2Maarten Lankhorst
2012-12-10drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3Maarten Lankhorst
2012-12-10drm/ttm: change fence_lock to inner lockMaarten Lankhorst
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2012-11-28drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom
2012-11-28drm/ttm: Use the hashtab _rcu interface for ttm_objectsThomas Hellstrom
2012-11-28drm/ttm: Fix locking in an error pathThomas Hellstrom
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst
2012-11-20drm/ttm: Optimize reservation slightlyThomas Hellstrom
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst
2012-11-20drm/ttm: remove ttm_mem_global->queueMarcin Slusarz
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz
2012-11-16drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita
2012-11-16ttm: Clear the ttm page allocated from high memory zone correctlyZhao Yakui
2012-11-07drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst
2012-10-23drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()Thomas Hellstrom
2012-10-23drm/ttm: Fix a theoretical raceThomas Hellstrom
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfreePeter Senna Tschudin
2012-10-02gpu/drm/ttm: use copy_highpageAkinobu Mita
2012-08-24drm: Handle io prot correctly for MIPS.Huacai Chen
2012-06-12drm/ttm: Fix buffer object metadata accounting regression v2Thomas Hellstrom
2012-06-01drm/ttm: Fix spinlock imbalanceThomas Hellstrom
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches
2012-01-25drm/ttm: fix two regressions since move_notify changesBen Skeggs
2012-01-13ttm/dma: Remove the WARN() which is not useful.Konrad Rzeszutek Wilk
2012-01-10drm/ttm: fix condition (and vs or)Dan Carpenter
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse
2012-01-06drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d...Konrad Rzeszutek Wilk
2012-01-06drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-06drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse
2011-12-06drm/ttm: page allocation use page array instead of listJerome Glisse