summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2020-04-01drm/ttm: lock resv object during destructionChristian König
2020-03-11drm/ttm: fix false positive assertChristian König
2020-02-27drm/ttm: remove the backing store if no placement is givenChristian König
2020-02-12drm/ttm: individualize resv objects before calling release_notifyChristian König
2020-02-12drm/ttm: replace dma_resv object on deleted BOs v3Christian König
2020-02-12drm/ttm: rework BO delayed delete. v2Christian König
2020-02-11drm/ttm: use RCU in ttm_bo_flush_all_fencesChristian König
2020-02-11drm/ttm: cleanup ttm_buffer_object_transferChristian König
2020-01-22drm/ttm: flush the fence on the bo after we individualize the reservation objectxinhui pan
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie
2019-10-25drm/ttm: remove pointers to globalsChristian König
2019-10-25drm/ttm: always keep BOs on the LRUChristian König
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter
2019-10-14drm/ttm: fix handling in ttm_bo_add_mem_to_lruChristian König
2019-10-14drm/ttm: fix busy reference in ttm_mem_evict_firstChristian König
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-09-16drm/ttm: return -EBUSY on pipelining with no_gpu_wait (v2)Christian König
2019-09-11drm/ttm: remove embedded vma_offset_managerGerd Hoffmann
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher
2019-08-06drm/ttm: drop ttm_buffer_object->resvGerd Hoffmann
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann
2019-08-06drm/ttm: set both resv and base.resv pointersGerd Hoffmann
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann
2019-08-06drm/ttm: use gem reservation objectGerd Hoffmann
2019-08-05dma-buf: add more reservation object locking wrappersChristian König
2019-08-02drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie
2019-06-27drm/ttm: return -EBUSY if waiting for busy BO failsFelix Kuehling
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom
2019-05-31drm/ttm: fix busy memory to fail other user v10Christian König
2019-05-31drm/ttm: immediately move BOs to the new LRU v3Christian König
2019-05-31drm/ttm: cleanup ttm_bo_mem_spaceChristian König
2019-05-31drm/ttm: remove manual placement preferenceChristian König
2019-05-31drm/ttm: return immediately in case of a signalChristian König
2019-05-31drm/ttm: Make LRU removal optional v2Christian König
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-19drm/ttm: fix re-init of global structuresChristian König
2019-04-11drm/ttm: fix dma_fence refcount imbalance on error pathLin Yi
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann