summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer2014-10-161-3/+17
* drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer2014-10-161-4/+4
* drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-301-6/+18
* drm/ttm: use rcu in core ttmMaarten Lankhorst2014-09-021-63/+13
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-021-52/+119
* drm/ttm: kill fence_lockMaarten Lankhorst2014-09-011-57/+18
* drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst2014-09-011-13/+12
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-271-54/+39
* ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.Martin Kepplinger2014-07-081-7/+7
* drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König2014-07-081-3/+3
* drm/ttm: Hide the implementation details of reservationThomas Hellstrom2014-04-041-13/+13
* Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-181-1/+2
|\
| * drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-161-1/+2
* | drm/ttm: don't oops if no invalidate_caches()Rob Clark2014-03-121-3/+5
|/
* drivers: gpu: Mark function as static in ttm_bo.cRashika Kheria2014-01-081-1/+1
* drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom2013-11-201-1/+34
* drm/ttm: Fix memory type compatibility checkThomas Hellstrom2013-11-061-12/+20
* drm/ttm: Make NO_EVICT bos available to shrinkers pending destructionThomas Hellstrom2013-11-061-1/+13
* drm/ttm: inline drm_bo_setup_vm()David Herrmann2013-08-071-20/+2
* drm/vma: provide drm_vma_node_unmap() helperDavid Herrmann2013-07-251-10/+1
* drm/ttm: convert to unified vma offset managerDavid Herrmann2013-07-251-74/+15
* drm: make drm_mm_init() return voidDavid Herrmann2013-07-021-5/+1
* 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-281-97/+8
* drm/ttm: convert to the reservation apiMaarten Lankhorst2013-06-281-140/+50
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-281-18/+32
* Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie2013-02-081-20/+83
|\
| * drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst2013-01-151-2/+2
| * drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst2013-01-151-0/+47
| * drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst2013-01-151-19/+35
* | ttm: on move memory failure don't leave a node danglingDave Airlie2013-01-211-0/+1
|/
* 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-101-22/+24
* 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-101-20/+11
* drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom2012-11-281-4/+1
* drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst2012-11-201-12/+1
* drm/ttm: Optimize reservation slightlyThomas Hellstrom2012-11-201-1/+2
* drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst2012-11-201-3/+3
* drm/ttm: remove sync_obj_arg memberMaarten Lankhorst2012-11-201-9/+4
* drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz2012-11-201-1/+0
* drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-201-6/+2
* drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst2012-11-071-6/+6
* drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()Thomas Hellstrom2012-10-231-8/+12
* drm/ttm: Fix a theoretical raceThomas Hellstrom2012-10-231-2/+2
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-3/+3
* drm/ttm: Fix buffer object metadata accounting regression v2Thomas Hellstrom2012-06-121-10/+3
* drm/ttm: Fix spinlock imbalanceThomas Hellstrom2012-06-011-0/+1
OpenPOWER on IntegriCloud