aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-02drm: make drm_mm_init() return voidDavid Herrmann2-12/+2
2013-06-28drm/ttm: get rid of ttm_bo_is_reserved usageMaarten Lankhorst1-4/+4
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst2-102/+12
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst3-167/+72
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2-46/+62
2013-04-16drm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-2/+2
2013-04-12ttm: export functions to allow qxl do its own iomappingDave Airlie1-4/+9
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-55/+126
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-08Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux into drm-nextDave Airlie2-55/+126
2013-02-08drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter1-5/+8
2013-01-21ttm: on move memory failure don't leave a node danglingDave Airlie1-0/+1
2013-01-21ttm: don't destroy old mm_node on memcpy failureDave Airlie1-2/+9
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst1-2/+2
2013-01-15drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2Maarten Lankhorst1-2/+21
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst1-0/+47
2013-01-15drm/ttm: cleanup ttm_eu_reserve_buffers handlingMaarten Lankhorst1-32/+21
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst2-20/+36
2013-01-08drm/ttm: fix fence locking in ttm_buffer_object_transferDaniel Vetter1-1/+3
2012-12-20drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst1-1/+1
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2-25/+27
2012-12-10drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2Maarten Lankhorst1-31/+11
2012-12-10drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2Maarten Lankhorst1-30/+14
2012-12-10drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3Maarten Lankhorst1-47/+76
2012-12-10drm/ttm: change fence_lock to inner lockMaarten Lankhorst2-22/+13
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-5/+4
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-16drm/ttm: remove unneeded preempt_disable/enableAkinobu Mita1-4/+0
2012-11-16ttm: Clear the ttm page allocated from high memory zone correctlyZhao Yakui1-1/+4
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