summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_vm.c
AgeCommit message (Expand)Author
2020-01-07drm/radeon: remove unnecessary braces around conditionals.Wambui Karuga
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-06drm/radeon: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-06-10drm/radeon: drop use of drmP.h (1/2)Sam Ravnborg
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König
2018-11-28drm: radeon: fix overflow on 32bit systemsYoung Xiao
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-08-15drm/radeon: Fix preferred typoKent Russell
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko
2016-03-16drm/radeon: fix indentation.Jérome Glisse
2015-12-21drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addrFelix Kuehling
2015-07-09drm/radeon: check if BO_VA is set before adding it to the invalidation listChristian König
2015-07-09drm/radeon: allways add the VM clear duplicateChristian König
2015-07-02Merge branch 'drm-next-4.2' of git://people.freedesktop.org/~agd5f/linuxLinus Torvalds
2015-06-29drm/radeon: fix adding all VAs to the freed list on remove v2Christian König
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-06-11drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BOMichel Dänzer
2015-05-28drm/radeon: stop using addr to check for BO moveChristian König
2015-04-27drm/radeon: check new address before removing old oneChristian König
2015-04-27drm/radeon: reset BOs address after clearing it.Christian König
2015-04-27drm/radeon: fix lockup when BOs aren't part of the VM on releaseChristian König
2015-02-02drm/radeon: properly set vm fragment size for TN/RLAlex Deucher
2015-01-22drm/radeon: Remove rdev->gart.pages_addr arrayMichel Dänzer
2014-12-03drm/radeon: add spinlock for BO_VA status protection (v2)Christian König
2014-12-03drm/radeon: fence PT updates as sharedChristian König
2014-12-03drm/radeon: rename radeon_cs_reloc to radeon_bo_listChristian König
2014-12-03drm/radeon: drop the handle from radeon_cs_relocChristian König
2014-12-03drm/radeon drop gobj from radeon_cs_relocChristian König
2014-11-20drm/radeon: sync PT updates as shared v2Christian König
2014-11-20drm/radeon: sync PD updates as sharedChristian König
2014-11-20drm/radeon: fence BO_VAs manuallyChristian König
2014-11-20drm/radeon: use one VMID for each ringChristian König
2014-11-20drm/radeon: track VM update fences separatelyChristian König
2014-11-20drm/radeon: fence PT updates manually v2Christian König
2014-11-20drm/radeon: split semaphore and sync object handling v2Christian König
2014-11-20drm/radeon: remove unnecessary VM syncsChristian König
2014-11-20drm/radeon: stop re-reserving the BO in radeon_vm_bo_set_addrChristian König
2014-11-20drm/radeon: rework vm_flush parametersChristian König
2014-10-28drm/radeon: Use drm_malloc_ab instead of kmalloc_arrayMichel Dänzer
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst
2014-10-03drm/radeon: cope with foreign fences inside the reservation objectMaarten Lankhorst
2014-09-11drm/radeon: add the infrastructure for concurrent buffer accessChristian König
2014-09-11drm/ttm: allow fence to be added as sharedChristian König
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst
2014-08-26Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2014-08-19drm/radeon: re-enable selective GPUVM flushingAlex Deucher
2014-08-18drm/radeon: Only flush HDP cache for indirect buffers from userspaceMichel Dänzer