summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2012-11-28drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom2-6/+3
2012-11-28drm/ttm: Use the hashtab _rcu interface for ttm_objectsThomas Hellstrom1-7/+14
2012-11-28drm/ttm: Fix locking in an error pathThomas Hellstrom1-0/+2
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst2-16/+2
2012-11-20drm/ttm: Optimize reservation slightlyThomas Hellstrom1-1/+2
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom1-19/+11
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst1-3/+3
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst1-1/+0
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst3-11/+4
2012-11-20drm/ttm: remove ttm_mem_global->queueMarcin Slusarz1-1/+0
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz1-1/+0
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz1-6/+2
2012-11-07drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst1-6/+6
2012-10-23drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()Thomas Hellstrom1-8/+12
2012-10-23drm/ttm: Fix a theoretical raceThomas Hellstrom1-2/+2
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-2/+2
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-19/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells12-35/+35
2012-10-02drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfreePeter Senna Tschudin1-4/+1
2012-10-02gpu/drm/ttm: use copy_highpageAkinobu Mita1-14/+2
2012-08-24drm: Handle io prot correctly for MIPS.Huacai Chen1-1/+1
2012-06-12drm/ttm: Fix buffer object metadata accounting regression v2Thomas Hellstrom1-10/+3
2012-06-01drm/ttm: Fix spinlock imbalanceThomas Hellstrom1-0/+1
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-2/+15
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-125/+96
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang1-8/+8
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches8-125/+96
2012-01-25drm/ttm: fix two regressions since move_notify changesBen Skeggs1-4/+13
2012-01-13ttm/dma: Remove the WARN() which is not useful.Konrad Rzeszutek Wilk1-3/+2
2012-01-10drm/ttm: fix condition (and vs or)Dan Carpenter1-5/+3
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse2-0/+19
2012-01-06drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d...Konrad Rzeszutek Wilk1-5/+10
2012-01-06drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk1-2/+5
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+7
2011-12-06drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse1-3/+6
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2-12/+41
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse3-85/+124
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk4-0/+1141
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse4-102/+86
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse3-105/+51
2011-12-06drm/ttm: page allocation use page array instead of listJerome Glisse2-62/+59
2011-12-06drm/ttm: test for dma_address array allocation failureJerome Glisse1-1/+1
2011-12-06drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse1-1/+4
2011-12-06drm/ttm: remove split btw highmen and lowmem pageJerome Glisse1-9/+2
2011-12-06drm/ttm: remove userspace backed ttm object supportJerome Glisse2-126/+1
2011-11-22ttm: Don't return the bo reserved on error pathThomas Hellstrom1-1/+7
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-10-28Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie4-111/+33
2011-10-18Merge tag 'v3.1-rc10' into drm-core-nextdrm-core-next-testingDave Airlie1-1/+2