Age | Commit message (Expand) | Author |
2023-07-25 | drm/radeon: Fix style issues in radeon _encoders.c & _gart.c | Srinivasan Shanmugam |
2021-05-19 | drm/radeon: use the dummy page for GART if needed | Christian König |
2020-07-27 | drm/radeon: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
2020-07-27 | drm/radeon: avoid a useless memset | Christophe JAILLET |
2019-12-05 | drm/radeon: Don't include <drm/drm_pci.h> | Thomas Zimmermann |
2019-06-10 | drm/radeon: drop use of drmP.h (1/2) | Sam Ravnborg |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook |
2017-05-08 | drm: use set_memory.h header | Laura Abbott |
2015-07-16 | drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL | Michel Dänzer |
2015-01-22 | drm/radeon: Remove rdev->gart.pages_addr array | Michel Dänzer |
2015-01-22 | drm/radeon: Restore GART table contents after pinning it in VRAM v3 | Michel Dänzer |
2015-01-22 | drm/radeon: Split off gart_get_page_entry ASIC hook from set_page_entry | Michel Dänzer |
2014-10-03 | drm/radeon: export reservation_object from dmabuf to ttm | Maarten Lankhorst |
2014-08-05 | drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2) | Michel Dänzer |
2014-08-05 | drm/radeon: Pass GART page flags to radeon_gart_set_page() explicitly | Michel Dänzer |
2014-08-05 | drm/radeon: Remove radeon_gart_restore() | Michel Dänzer |
2014-03-03 | drm/radeon: separate gart and vm functions | Christian König |
2014-01-29 | drm/radeon: add missing trace point | Christian König |
2014-01-29 | drm/radeon: fix VMID use tracking | Christian König |
2013-12-02 | drm/radeon: add radeon_vm_bo_update trace point | Christian König |
2013-12-02 | drm/radeon: add VMID allocation trace point | Christian König |
2013-11-15 | drm/radeon/vm: don't attempt to update ptes if ib allocation fails | Alex Deucher |
2013-11-15 | drm/radeon: allow semaphore emission to fail | Christian König |
2013-11-01 | drm/radeon: clear the page directory using the DMA | Christian König |
2013-11-01 | drm/radeon: initially clear page tables | Christian König |
2013-11-01 | drm/radeon: drop CP page table updates & cleanup v2 | Christian König |
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 |