summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorLines
2013-12-23drm/ttm: Fix swapin regressionThomas Hellstrom-1/+2
2013-12-16drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom-3/+3
2013-11-21Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie-9/+59
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom-7/+54
2013-11-20drm/ttm: Don't move non-existing dataThomas Hellstrom-2/+5
2013-11-18drm/ttm: Add a minimal prime implementation for ttm base objectsThomas Hellstrom-6/+248
2013-11-18drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom-13/+19
2013-11-14Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie-17/+13
2013-11-12drm/ttm: Fix vma page_prot bit manipulationThomas Hellstrom-17/+13
2013-11-07Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie-36/+102
2013-11-06drm/ttm: Fix memory type compatibility checkThomas Hellstrom-12/+20
2013-11-06drm/ttm: Fix ttm_bo_move_memcpyThomas Hellstrom-11/+17
2013-11-06drm/ttm: Handle in-memory region copiesJakob Bornecrantz-1/+3
2013-11-06drm/ttm: Make NO_EVICT bos available to shrinkers pending destructionThomas Hellstrom-1/+13
2013-11-06drm/ttm: Allow vm fault retriesThomas Hellstrom-12/+50
2013-11-06drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom-5/+4
2013-09-18Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2/+2
2013-09-19drm, ttm Fix uninitialized warningPrarit Bhargava-1/+1
2013-09-19drm/ttm: fix the tt_populated check in ttm_tt_destroy()Ben Skeggs-1/+1
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner-35/+60
2013-08-19drm/ttm: kill unused functionsMaarten Lankhorst-154/+0
2013-08-07drm/ttm: inline drm_bo_setup_vm()David Herrmann-20/+2
2013-08-07drm/ttm: replace drm_mm_pre_get() by direct allocDavid Herrmann-22/+20
2013-08-07drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann-1/+2
2013-07-25drm/vma: provide drm_vma_node_unmap() helperDavid Herrmann-10/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann-125/+48
2013-07-02drm: make drm_mm_init() return voidDavid Herrmann-12/+2
2013-06-28drm/ttm: get rid of ttm_bo_is_reserved usageMaarten Lankhorst-4/+4
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst-102/+12
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst-167/+72
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst-46/+62
2013-04-16drm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin-2/+2
2013-04-12ttm: export functions to allow qxl do its own iomappingDave Airlie-4/+9
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-55/+126
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2013-02-08Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie-55/+126
2013-02-08drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter-5/+8
2013-01-21ttm: on move memory failure don't leave a node danglingDave Airlie-0/+1
2013-01-21ttm: don't destroy old mm_node on memcpy failureDave Airlie-2/+9
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst-2/+2
2013-01-15drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2Maarten Lankhorst-2/+21
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst-0/+47
2013-01-15drm/ttm: cleanup ttm_eu_reserve_buffers handlingMaarten Lankhorst-32/+21
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst-20/+36
2013-01-08drm/ttm: fix fence locking in ttm_buffer_object_transferDaniel Vetter-1/+3
2012-12-20drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst-1/+1
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst-25/+27
2012-12-10drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2Maarten Lankhorst-31/+11
2012-12-10drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2Maarten Lankhorst-30/+14