aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-12drm/ttm: revert "drm/ttm: make TT creation purely optional v3"Christian König1-9/+28
2020-07-29drm/ttm: ttm_bo_swapout_all doesn't use it's argument.Dave Airlie1-1/+1
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-1/+3
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König1-28/+6
2020-07-21drm/ttm: remove io_reserve_fastpath flagChristian König1-1/+0
2020-07-13drm/ttm: further cleanup ttm_mem_reg handlingChristian König1-20/+26
2020-06-29drm/ttm: make TT creation purely optional v3Christian König1-28/+9
2020-06-29drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3Christian König1-6/+7
2020-06-26drm/ttm: do not keep GPU dependent addressesNirmoy Das1-7/+0
2020-06-16Merge v5.8-rc1 into drm-misc-fixesThomas Zimmermann1-1/+3
2020-06-15drm/ttm: Fix dma_fence refcnt leak when adding move fenceXiyu Yang1-1/+3
2020-04-01drm/ttm: lock resv object during destructionChristian König1-1/+3
2020-03-11drm/ttm: fix false positive assertChristian König1-3/+2
2020-02-27drm/ttm: remove the backing store if no placement is givenChristian König1-0/+12
2020-02-12drm/ttm: individualize resv objects before calling release_notifyChristian König1-8/+8
2020-02-12drm/ttm: replace dma_resv object on deleted BOs v3Christian König1-1/+13
2020-02-12drm/ttm: rework BO delayed delete. v2Christian König1-123/+94
2020-02-11drm/ttm: use RCU in ttm_bo_flush_all_fencesChristian König1-4/+6
2020-02-11drm/ttm: cleanup ttm_buffer_object_transferChristian König1-9/+3
2020-01-22drm/ttm: flush the fence on the bo after we individualize the reservation objectxinhui pan1-1/+3
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König1-8/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-36/+0
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter1-36/+0
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-96/+36
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-18/+26
2019-10-25drm/ttm: remove pointers to globalsChristian König1-36/+29
2019-10-25drm/ttm: always keep BOs on the LRUChristian König1-37/+11
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König1-27/+0
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter1-4/+5
2019-10-14drm/ttm: fix handling in ttm_bo_add_mem_to_lruChristian König1-2/+3
2019-10-14drm/ttm: fix busy reference in ttm_mem_evict_firstChristian König1-2/+2
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+3
2019-09-16drm/ttm: return -EBUSY on pipelining with no_gpu_wait (v2)Christian König1-18/+26
2019-09-11drm/ttm: remove embedded vma_offset_managerGerd Hoffmann1-7/+2
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann1-4/+9
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-59/+59
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-59/+59
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+3
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher1-1/+0
2019-08-06drm/ttm: drop ttm_buffer_object->resvGerd Hoffmann1-2/+0
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann1-49/+49
2019-08-06drm/ttm: set both resv and base.resv pointersGerd Hoffmann1-0/+2
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-4/+4
2019-08-06drm/ttm: use gem reservation objectGerd Hoffmann1-16/+23
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-4/+6
2019-08-02drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling1-0/+3
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next"Dave Airlie1-1/+0
2019-06-27drm/ttm: return -EBUSY if waiting for busy BO failsFelix Kuehling1-1/+1
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom1-0/+1
2019-05-31drm/ttm: fix busy memory to fail other user v10Christian König1-11/+66