aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_gart.c
AgeCommit message (Expand)Author
2014-03-03drm/radeon: separate gart and vm functionsChristian König
2014-01-29drm/radeon: add missing trace pointChristian König
2014-01-29drm/radeon: fix VMID use trackingChristian König
2013-12-02drm/radeon: add radeon_vm_bo_update trace pointChristian König
2013-12-02drm/radeon: add VMID allocation trace pointChristian König
2013-11-15drm/radeon/vm: don't attempt to update ptes if ib allocation failsAlex Deucher
2013-11-15drm/radeon: allow semaphore emission to failChristian König
2013-11-01drm/radeon: clear the page directory using the DMAChristian König
2013-11-01drm/radeon: initially clear page tablesChristian König
2013-11-01drm/radeon: drop CP page table updates & cleanup v2Christian König
2013-08-07drm/radeon: remove unnecessary unpinChristian König
2013-07-22drm/radeon/vm: only align the pt base to 32kAlex Deucher
2013-07-15drm/radeon: align VM PTBs (Page Table Blocks) to 32KAlex Deucher
2013-07-14drm/radeon: allow selection of alignment in the sub-allocatorAlex Deucher
2013-06-12drm/radeon: do not try to uselessly update virtual memory pagetableJerome Glisse
2013-02-01drm/radeon: use IBs for VM page table updates v2Alex Deucher
2012-12-10drm/radeon: allow move_notify to be called without reservationMaarten Lankhorst
2012-11-07drm/radeon: Use ttm_bo_is_reservedMaarten Lankhorst
2012-10-24drm/radeon: use vzalloc for gart pagesChristian König
2012-10-23drm/radeon: fix header size estimation in VM codeChristian König
2012-10-23drm/radeon: remove set_page check from VM codeChristian König
2012-10-23drm/radeon: fix sparse warningAlex Deucher
2012-10-15drm/radeon: separate pt alloc from lru addChristian König
2012-10-15drm/radeon: don't add the IB pool to all VMs v2Christian König
2012-10-15drm/radeon: allocate page tables on demand v4Christian König
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-09-27drm/radeon: add 2-level VM pagetables support v9Dmitry Cherkasov
2012-09-27drm/radeon: refactor set_page chipset interface v5Christian König
2012-09-20drm/radeon: rework the VM code a bit more (v2)Christian König
2012-09-20drm/radeon: move and rename radeon_bo_va functionChristian König
2012-09-20drm/radeon: move IB pool to 1MB offsetChristian König
2012-09-20drm/radeon: fix VA overlap checkChristian König
2012-09-20drm/radeon: fix VA range checkChristian König
2012-09-20drm/radeon: make page table updates async v2Christian König
2012-09-20drm/radeon: Move looping over the PTEs into chip codeChristian König
2012-09-20drm/radeon: rework VM page table handlingChristian König
2012-09-20drm/radeon: rework VMID handlingChristian König
2012-09-20drm/radeon: make VM flushs a ring operationChristian König
2012-09-20drm/radeon: remove vm_unbindChristian König
2012-09-20drm/radeon: move VM funcs into asic structureChristian König
2012-08-13drm/radeon: fix typo in function header commentDmitrii Cherkasov
2012-08-13drm/radeon: fence virtual address and free it once idle v4Jerome Glisse
2012-07-20Merge tag 'v3.5-rc7' into drm-nextDave Airlie
2012-07-18drm/radeon: document VM functions in radeon_gart.c (v3)Alex Deucher
2012-07-18drm/radeon: document non-VM functions in radeon_gart.c (v2)Alex Deucher
2012-07-17drm/radeon: remove vm_manager start/suspendChristian König
2012-07-17drm/radeon: add error handling to radeon_vm_unbind_lockedChristian König
2012-06-29drm/radeon: fix VM page table setup on SIAlex Deucher
2012-06-21drm/radeon: replace cs_mutex with vm_mutex v3Christian König