summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom1-13/+13
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie1-1/+2
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann1-1/+2
2014-03-12drm/ttm: don't oops if no invalidate_caches()Rob Clark1-3/+5
2014-01-08drivers: gpu: Mark function as static in ttm_bo.cRashika Kheria1-1/+1
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom1-1/+34
2013-11-06drm/ttm: Fix memory type compatibility checkThomas Hellstrom1-12/+20
2013-11-06drm/ttm: Make NO_EVICT bos available to shrinkers pending destructionThomas Hellstrom1-1/+13
2013-08-07drm/ttm: inline drm_bo_setup_vm()David Herrmann1-20/+2
2013-07-25drm/vma: provide drm_vma_node_unmap() helperDavid Herrmann1-10/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-74/+15
2013-07-02drm: make drm_mm_init() return voidDavid Herrmann1-5/+1
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 Lankhorst1-97/+8
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst1-140/+50
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-18/+32
2013-02-08Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie1-20/+83
2013-01-21ttm: on move memory failure don't leave a node danglingDave Airlie1-0/+1
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst1-2/+2
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst1-0/+47
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst1-19/+35
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 Lankhorst1-22/+24
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 Lankhorst1-20/+11
2012-11-28drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom1-4/+1
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst1-12/+1
2012-11-20drm/ttm: Optimize reservation slightlyThomas Hellstrom1-1/+2
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst1-3/+3
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst1-9/+4
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-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
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-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches1-41/+31
2012-01-25drm/ttm: fix two regressions since move_notify changesBen Skeggs1-4/+13
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 Glisse1-12/+40
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-6/+3
2011-12-06drm/ttm: remove userspace backed ttm object supportJerome Glisse1-22/+0
2011-11-22ttm: Don't return the bo reserved on error pathThomas Hellstrom1-1/+7
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie1-71/+26