aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_vm.c
AgeCommit message (Expand)Author
2015-05-17drm/radeon: check new address before removing old oneChristian König
2015-02-11drm/radeon: properly set vm fragment size for TN/RLAlex Deucher
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
2014-08-15drm/radeon: Always flush VM again on < CIKMichel Dänzer
2014-08-15drm/radeon: add a check for allocation failure (v2)Dan Carpenter
2014-08-11drm/radeon: add userptr support v8Christian König
2014-08-05drm/radeon: update IB size estimation for VMChristian König
2014-08-05drm/radeon: split PT setup in more functionsChristian König
2014-08-05drm/radeon: take a BO reference on VM cleanupChristian König
2014-08-05drm/radeon: try to enable VM flushing once moreChristian König
2014-08-05drm/radeon: use an intervall tree to manage the VMA v2Alex Deucher
2014-08-05drm/radeon: invalidate moved BOs in the VM (v2)Christian König
2014-08-05drm/radeon: add trace_radeon_vm_flushChristian König
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer
2014-07-22drm/radeon: fix error handling in radeon_vm_bo_set_addrChristian König
2014-07-21drm/radeon: fix VM IB handlingChristian König
2014-07-21drm/radeon: fix handling of radeon_vm_bo_rmv v3Christian König
2014-07-02drm/radeon: page table BOs are kernel allocationsChristian König
2014-06-09drm/radeon: make vm_block_size a module parameterChristian König
2014-06-09drm/radeon: rename alt_domain to allowed_domainsChristian König
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie
2014-06-02drm/radeon: add proper support for RADEON_VM_BLOCK_SIZE v2Christian König
2014-06-02drm/radeon: add large PTE support for NI, SI and CIK v5Christian König
2014-06-02drm/radeon: sync page table updatesChristian König
2014-06-02drm/radeon: fix vm buffer size estimationChristian König
2014-05-30drm/radeon: only allocate necessary size for vm bo listChristian König
2014-05-20drm/radeon: fix page directory update size estimationChristian König
2014-03-04drm/radeon: remove struct radeon_bo_listChristian König
2014-03-03drm/radeon: remove global vm lockChristian König
2014-03-03drm/radeon: use normal BOs for the page tables v4Christian König
2014-03-03drm/radeon: further cleanup vm flushing & fencingChristian König
2014-03-03drm/radeon: separate gart and vm functionsChristian König