summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_vm.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst1-2/+3
2014-10-03drm/radeon: cope with foreign fences inside the reservation objectMaarten Lankhorst1-2/+2
2014-09-11drm/radeon: add the infrastructure for concurrent buffer accessChristian König1-12/+4
2014-09-11drm/ttm: allow fence to be added as sharedChristian König1-0/+3
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-3/+12
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst1-1/+1
2014-08-26Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-0/+3
2014-08-19drm/radeon: re-enable selective GPUVM flushingAlex Deucher1-3/+1
2014-08-19drm/radeon: Only flush HDP cache for indirect buffers from userspaceMichel Dänzer1-3/+3
2014-08-15drm/radeon: Always flush VM again on < CIKMichel Dänzer1-1/+3
2014-08-15drm/radeon: add a check for allocation failure (v2)Dan Carpenter1-0/+4
2014-08-11drm/radeon: add userptr support v8Christian König1-0/+3
2014-08-05drm/radeon: update IB size estimation for VMChristian König1-13/+30
2014-08-05drm/radeon: split PT setup in more functionsChristian König1-14/+53
2014-08-05drm/radeon: take a BO reference on VM cleanupChristian König1-2/+6
2014-08-05drm/radeon: try to enable VM flushing once moreChristian König1-2/+1
2014-08-05drm/radeon: use an intervall tree to manage the VMA v2Alex Deucher1-53/+44
2014-08-05drm/radeon: invalidate moved BOs in the VM (v2)Christian König1-10/+41
2014-08-05drm/radeon: add trace_radeon_vm_flushChristian König1-0/+1
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer1-2/+6
2014-07-22drm/radeon: fix error handling in radeon_vm_bo_set_addrChristian König1-0/+4
2014-07-21drm/radeon: fix VM IB handlingChristian König1-0/+1
2014-07-21drm/radeon: fix handling of radeon_vm_bo_rmv v3Christian König1-24/+58
2014-07-02drm/radeon: page table BOs are kernel allocationsChristian König1-2/+2
2014-06-10drm/radeon: make vm_block_size a module parameterChristian König1-10/+10
2014-06-10drm/radeon: rename alt_domain to allowed_domainsChristian König1-4/+4
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie1-6/+11
2014-06-02drm/radeon: add proper support for RADEON_VM_BLOCK_SIZE v2Christian König1-1/+3
2014-06-02drm/radeon: add large PTE support for NI, SI and CIK v5Christian König1-7/+84
2014-06-02drm/radeon: sync page table updatesChristian König1-2/+7
2014-06-02drm/radeon: fix vm buffer size estimationChristian König1-1/+1
2014-05-30drm/radeon: only allocate necessary size for vm bo listChristian König1-3/+3
2014-05-20drm/radeon: fix page directory update size estimationChristian König1-1/+1
2014-03-04drm/radeon: remove struct radeon_bo_listChristian König1-8/+14
2014-03-03drm/radeon: remove global vm lockChristian König1-7/+3
2014-03-03drm/radeon: use normal BOs for the page tables v4Christian König1-267/+225
2014-03-03drm/radeon: further cleanup vm flushing & fencingChristian König1-3/+28
2014-03-03drm/radeon: separate gart and vm functionsChristian König1-0/+981