summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie2013-11-213-9/+59
|\
| * drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom2013-11-202-7/+54
| * drm/ttm: Don't move non-existing dataThomas Hellstrom2013-11-201-2/+5
* | drm/ttm: Add a minimal prime implementation for ttm base objectsThomas Hellstrom2013-11-181-6/+248
* | drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom2013-11-181-13/+19
|/
* Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie2013-11-141-17/+13
|\
| * drm/ttm: Fix vma page_prot bit manipulationThomas Hellstrom2013-11-121-17/+13
* | Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie2013-11-073-36/+102
|\|
| * drm/ttm: Fix memory type compatibility checkThomas Hellstrom2013-11-061-12/+20
| * 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: Make NO_EVICT bos available to shrinkers pending destructionThomas Hellstrom2013-11-061-1/+13
| * drm/ttm: Allow vm fault retriesThomas Hellstrom2013-11-061-12/+50
* | drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom2013-11-062-5/+4
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-09-182-2/+2
|\
| * drm, ttm Fix uninitialized warningPrarit Bhargava2013-09-191-1/+1
| * drm/ttm: fix the tt_populated check in ttm_tt_destroy()Ben Skeggs2013-09-191-1/+1
* | drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-102-35/+60
|/
* drm/ttm: kill unused functionsMaarten Lankhorst2013-08-191-154/+0
* drm/ttm: inline drm_bo_setup_vm()David Herrmann2013-08-071-20/+2
* drm/ttm: replace drm_mm_pre_get() by direct allocDavid Herrmann2013-08-071-22/+20
* drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann2013-08-071-1/+2
* drm/vma: provide drm_vma_node_unmap() helperDavid Herrmann2013-07-251-10/+1
* drm/ttm: convert to unified vma offset managerDavid Herrmann2013-07-253-125/+48
* drm: make drm_mm_init() return voidDavid Herrmann2013-07-022-12/+2
* drm/ttm: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-281-4/+4
* drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst2013-06-282-102/+12
* drm/ttm: convert to the reservation apiMaarten Lankhorst2013-06-283-167/+72
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-282-46/+62
* drm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-04-161-2/+2
* ttm: export functions to allow qxl do its own iomappingDave Airlie2013-04-121-4/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-252-55/+126
|\ \
| * \ Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie2013-02-082-55/+126
| |\ \
| | * | drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst2013-01-151-2/+2
| | * | drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2Maarten Lankhorst2013-01-151-2/+21
| | * | drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst2013-01-151-0/+47
| | * | drm/ttm: cleanup ttm_eu_reserve_buffers handlingMaarten Lankhorst2013-01-151-32/+21
| | * | drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst2013-01-152-20/+36
| | |/
* | / drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter2013-02-081-5/+8
|/ /
* | 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