Age | Commit message (Expand) | Author |
2021-05-10 | drm/amdgpu: remove excess function parameter | Nirmoy Das |
2021-04-23 | drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2 | Christian König |
2021-04-23 | drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow() | Nirmoy Das |
2021-04-23 | drm/amdgpu: cleanup amdgpu_vm_init() | Nirmoy Das |
2021-04-20 | drm/amdkfd: SVM API call to restore page tables | Alex Sierra |
2021-04-20 | drm/amdgpu: export vm update mapping interface | Philip Yang |
2021-04-09 | drm/amdgpu: reserve fence slot to update page table | Philip Yang |
2021-04-09 | drm/amdgpu: check alignment on CPU page for bo map | Xℹ Ruoyao |
2021-04-09 | drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() | Nirmoy Das |
2021-04-09 | drm/amdgpu: allow variable BO struct creation | Nirmoy Das |
2021-04-07 | Merge tag 'drm-misc-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2021-03-26 | Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag... | Daniel Vetter |
2021-03-24 | drm/ttm: switch to per device LRU lock | Christian König |
2021-03-23 | drm/amdgpu: revert "use the new cursor in the VM code" | Christian König |
2021-03-23 | drm/amdkfd: Fix recursive lock warnings | Felix Kuehling |
2021-03-23 | drm/amdgpu: use the new cursor in the VM code | Christian König |
2021-01-21 | drm/ttm: device naming cleanup | Christian König |
2020-12-15 | drm/ttm: cleanup LRU handling further | Christian König |
2020-11-10 | Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd... | Dave Airlie |
2020-11-04 | drm/amdgpu: fix off by one in amdgpu_vm_handle_fault | Christian König |
2020-11-04 | Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2020-10-26 | drm/amdgpu: nuke amdgpu_vm_bo_split_mapping v2 | Christian König |
2020-10-26 | drm/ttm: merge ttm_dma_tt back into ttm_tt | Christian König |
2020-10-23 | drm/amdgpu: fix some kernel-doc markups | Mauro Carvalho Chehab |
2020-10-16 | drm/amdgpu: add a list in VM for BOs in the done state | Mihir Bhogilal Patel |
2020-10-15 | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2020-10-15 | drm/amdgpu: Add debugfs entry for printing VM info | Mihir Bhogilal Patel |
2020-10-05 | drm/amdgpu: align frag_end to covered address space | Alex Sierra |
2020-09-29 | drm/amdgpu: add new trace event for page table update | Shashank Sharma |
2020-09-24 | drm/amdgpu: switch over to the new pin interface | Christian König |
2020-09-17 | drm, iommu: Change type of pasid to u32 | Fenghua Yu |
2020-09-08 | Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd... | Dave Airlie |
2020-09-03 | drm/amdgpu: fix max_entries calculation v4 | Christian König |
2020-08-24 | drm/amdgpu: drm_device to amdgpu_device by inline-f (v2) | Luben Tuikov |
2020-08-12 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann |
2020-08-11 | drm/amdgpu: Enable P2P dmabuf over XGMI | Arunpravin |
2020-08-06 | drm/ttm: rename ttm_mem_reg to ttm_resource. | Dave Airlie |
2020-06-03 | drm/amdgpu: restrict bo mapping within gpu address limits | Rajneesh Bhardwaj |
2020-05-22 | drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode | Felix Kuehling |
2020-04-28 | drm/amdgpu: pass unlocked flag to params at amdgpu_vm_bo_update_mapping | Alex Sierra |
2020-04-28 | drm/amdgpu: add new unlocked flag for PTE updates | Christian König |
2020-04-28 | drm/amdgpu: rename direct to immediate for VM updates | Christian König |
2020-04-28 | drm/amdgpu: set TMZ bits in PTEs for secure BO (v4) | Alex Deucher |
2020-04-23 | drm: amdgpu: fix kernel-doc struct warning | Randy Dunlap |
2020-04-22 | drm/amdgpu: fix race between pstate and remote buffer map | Jonathan Kim |
2020-03-19 | drm/amdgpu: miss PRT case when bo update | Yintian Tao |
2020-03-16 | drm_amdgpu: Add job fence to resv conditionally | xinhui pan |
2020-03-06 | drm/amdgpu: Update SPM_VMID with the job's vmid when application reserves the... | Jacob He |
2020-02-26 | drm/amdgpu: add VM update fences back to the root PD v2 | Christian König |
2020-02-11 | drm/amdgpu: Do not move root PT bo to relocated list | xinhui pan |