Age | Commit message (Expand) | Author |
2013-08-07 | drm/radeon: remove unnecessary unpin | Christian König |
2013-07-22 | drm/radeon/vm: only align the pt base to 32k | Alex Deucher |
2013-07-15 | drm/radeon: align VM PTBs (Page Table Blocks) to 32K | Alex Deucher |
2013-07-14 | drm/radeon: allow selection of alignment in the sub-allocator | Alex Deucher |
2013-06-12 | drm/radeon: do not try to uselessly update virtual memory pagetable | Jerome Glisse |
2013-02-01 | drm/radeon: use IBs for VM page table updates v2 | Alex Deucher |
2012-12-10 | drm/radeon: allow move_notify to be called without reservation | Maarten Lankhorst |
2012-11-07 | drm/radeon: Use ttm_bo_is_reserved | Maarten Lankhorst |
2012-10-24 | drm/radeon: use vzalloc for gart pages | Christian König |
2012-10-23 | drm/radeon: fix header size estimation in VM code | Christian König |
2012-10-23 | drm/radeon: remove set_page check from VM code | Christian König |
2012-10-23 | drm/radeon: fix sparse warning | Alex Deucher |
2012-10-15 | drm/radeon: separate pt alloc from lru add | Christian König |
2012-10-15 | drm/radeon: don't add the IB pool to all VMs v2 | Christian König |
2012-10-15 | drm/radeon: allocate page tables on demand v4 | Christian König |
2012-10-03 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells |
2012-09-27 | drm/radeon: add 2-level VM pagetables support v9 | Dmitry Cherkasov |
2012-09-27 | drm/radeon: refactor set_page chipset interface v5 | Christian König |
2012-09-20 | drm/radeon: rework the VM code a bit more (v2) | Christian König |
2012-09-20 | drm/radeon: move and rename radeon_bo_va function | Christian König |
2012-09-20 | drm/radeon: move IB pool to 1MB offset | Christian König |
2012-09-20 | drm/radeon: fix VA overlap check | Christian König |
2012-09-20 | drm/radeon: fix VA range check | Christian König |
2012-09-20 | drm/radeon: make page table updates async v2 | Christian König |
2012-09-20 | drm/radeon: Move looping over the PTEs into chip code | Christian König |
2012-09-20 | drm/radeon: rework VM page table handling | Christian König |
2012-09-20 | drm/radeon: rework VMID handling | Christian König |
2012-09-20 | drm/radeon: make VM flushs a ring operation | Christian König |
2012-09-20 | drm/radeon: remove vm_unbind | Christian König |
2012-09-20 | drm/radeon: move VM funcs into asic structure | Christian König |
2012-08-13 | drm/radeon: fix typo in function header comment | Dmitrii Cherkasov |
2012-08-13 | drm/radeon: fence virtual address and free it once idle v4 | Jerome Glisse |
2012-07-20 | Merge tag 'v3.5-rc7' into drm-next | Dave Airlie |
2012-07-18 | drm/radeon: document VM functions in radeon_gart.c (v3) | Alex Deucher |
2012-07-18 | drm/radeon: document non-VM functions in radeon_gart.c (v2) | Alex Deucher |
2012-07-17 | drm/radeon: remove vm_manager start/suspend | Christian König |
2012-07-17 | drm/radeon: add error handling to radeon_vm_unbind_locked | Christian König |
2012-06-29 | drm/radeon: fix VM page table setup on SI | Alex Deucher |
2012-06-21 | drm/radeon: replace cs_mutex with vm_mutex v3 | Christian König |
2012-06-05 | drm/radeon: fix vm deadlocks on cayman | Christian König |
2012-05-24 | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2012-05-23 | drm/radeon: add PRIME support (v2) | Alex Deucher |
2012-05-09 | drm/radeon: rip out the ib pool | Jerome Glisse |
2012-05-09 | drm/radeon: define new SA interface v3 | Christian König |
2012-05-09 | drm/radeon: make sa bo a stand alone object | Christian König |
2012-05-09 | drm/radeon: use inline functions to calc sa_bo addr | Christian König |
2012-04-08 | Merge branch 'master' into for-next | Jiri Kosina |
2012-04-05 | radeon: remove redundant ';' from radeon_vm_bo_update_pte() | Jesper Juhl |
2012-02-29 | drm/radeon/kms/vm: fix possible bug in radeon_vm_bo_rmv() | Sebastian Biemueller |