aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAge
* drm/ttm: device address space != CPU address spaceAlex Deucher2015-03-04
* drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer2014-10-16
* drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer2014-10-16
* drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-30
* drm/ttm: use rcu in core ttmMaarten Lankhorst2014-09-02
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-02
* drm/ttm: kill fence_lockMaarten Lankhorst2014-09-01
* drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst2014-09-01
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-27
* ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.Martin Kepplinger2014-07-07
* drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König2014-07-07
* drm/ttm: Hide the implementation details of reservationThomas Hellstrom2014-04-04
* Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-18
|\
| * drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-16
* | drm/ttm: don't oops if no invalidate_caches()Rob Clark2014-03-12
|/
* drivers: gpu: Mark function as static in ttm_bo.cRashika Kheria2014-01-08
* drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom2013-11-20
* drm/ttm: Fix memory type compatibility checkThomas Hellstrom2013-11-06
* drm/ttm: Make NO_EVICT bos available to shrinkers pending destructionThomas Hellstrom2013-11-06
* drm/ttm: inline drm_bo_setup_vm()David Herrmann2013-08-07
* drm/vma: provide drm_vma_node_unmap() helperDavid Herrmann2013-07-25
* drm/ttm: convert to unified vma offset managerDavid Herrmann2013-07-25
* drm: make drm_mm_init() return voidDavid Herrmann2013-07-01
* drm/ttm: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-27
* drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst2013-06-27
* drm/ttm: convert to the reservation apiMaarten Lankhorst2013-06-27
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-27
* Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ...Dave Airlie2013-02-07
|\
| * drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst2013-01-15
| * drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst2013-01-15
| * drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst2013-01-15
* | ttm: on move memory failure don't leave a node danglingDave Airlie2013-01-20
|/
* drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst2012-12-19
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-10
* drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2Maarten Lankhorst2012-12-10
* drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2Maarten Lankhorst2012-12-10
* drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3Maarten Lankhorst2012-12-10
* drm/ttm: change fence_lock to inner lockMaarten Lankhorst2012-12-10
* drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom2012-11-28
* drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst2012-11-20
* drm/ttm: Optimize reservation slightlyThomas Hellstrom2012-11-20
* drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst2012-11-20
* drm/ttm: remove sync_obj_arg memberMaarten Lankhorst2012-11-20
* drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz2012-11-20
* drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-20
* drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst2012-11-06
* drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()Thomas Hellstrom2012-10-22
* drm/ttm: Fix a theoretical raceThomas Hellstrom2012-10-22
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
* drm/ttm: Fix buffer object metadata accounting regression v2Thomas Hellstrom2012-06-12