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