Age | Commit message (Expand) | Author | Files | Lines |
2022-04-14 | drm/amdgpu: Fix one use-after-free of VM | xinhui pan | 1 | -3/+15 |
2022-04-05 | drm/amdgpu: Flush TLB after mapping for VG20+XGMI | Philip Yang | 1 | -0/+6 |
2022-04-05 | drm/amdgpu: fix TLB flushing during eviction | Christian König | 1 | -30/+33 |
2022-03-31 | drm/amdgpu: fix some kerneldoc in the VM code v2 | Christian König | 1 | -1/+1 |
2022-03-31 | drm/amdgpu: Add tlb_cb for unlocked update | Philip Yang | 1 | -1/+1 |
2022-03-25 | drm/amdgpu: remove table_freed param from the VM code | Christian König | 1 | -14/+7 |
2022-03-25 | drm/amdgpu: rework TLB flushing | Christian König | 1 | -3/+54 |
2022-03-25 | drm/amdgpu: separate VM PT handling into amdgpu_vm_pt.c | Christian König | 1 | -943/+10 |
2022-03-25 | drm/amdgpu: move VM PDEs to idle after update | Christian König | 1 | -32/+10 |
2022-03-02 | drm/amdgpu: fix suspend/resume hang regression | Qiang Yu | 1 | -1/+2 |
2022-02-28 | Backmerge tag 'v5.17-rc6' into drm-next | Dave Airlie | 1 | -2/+7 |
2022-02-23 | drm/amdgpu: check vm ready by amdgpu_vm->evicting flag | Qiang Yu | 1 | -2/+7 |
2022-02-07 | drm/amdgpu: move lockdep assert to the right place. | Christian König | 1 | -2/+2 |
2022-02-07 | drm/amdgpu: rename amdgpu_vm_bo_rmv to _del | Christian König | 1 | -2/+2 |
2022-02-07 | drm/amdgpu: add some lockdep checks to the VM code | Christian König | 1 | -0/+6 |
2022-02-02 | drm/amdgpu: limit the number of dst address in trace | Somalapuram Amaranath | 1 | -1/+1 |
2021-12-23 | Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag... | Dave Airlie | 1 | -1/+1 |
2021-12-14 | amdgpu: fix some comment typos | Yann Dirson | 1 | -1/+1 |
2021-10-25 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 1 | -9/+21 |
2021-10-20 | drm/amdgpu: use new iterator in amdgpu_vm_prt_fini | Christian König | 1 | -21/+5 |
2021-10-08 | drm/amdgpu: use adev_to_drm for consistency when accessing drm_device | Guchun Chen | 1 | -3/+3 |
2021-09-23 | drm/amdgpu: Put drm_dev_enter/exit outside hot codepath | xinhui pan | 1 | -8/+20 |
2021-08-25 | drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domain | Yifan Zhang | 1 | -1/+1 |
2021-08-24 | drm/amdkfd: check access permisson to restore retry fault | Philip Yang | 1 | -2/+3 |
2021-08-16 | drm/amd/amdgpu embed hw_fence into amdgpu_job | Jack Zhang | 1 | -1/+1 |
2021-08-02 | Revert "Revert "drm/amdgpu: Fix warning of Function parameter or member not d... | Eric Huang | 1 | -0/+1 |
2021-08-02 | Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update"" | Eric Huang | 1 | -5/+5 |
2021-07-30 | Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/ag... | Dave Airlie | 1 | -89/+58 |
2021-07-28 | Revert "Revert "drm/amdgpu: Fix warning of Function parameter or member not d... | Eric Huang | 1 | -0/+1 |
2021-07-28 | Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update"" | Eric Huang | 1 | -5/+5 |
2021-07-13 | Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update" | Eric Huang | 1 | -5/+5 |
2021-07-13 | Revert "drm/amdgpu: Fix warning of Function parameter or member not described" | Eric Huang | 1 | -1/+0 |
2021-07-13 | Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update" | Eric Huang | 1 | -5/+5 |
2021-07-13 | Revert "drm/amdgpu: Fix warning of Function parameter or member not described" | Eric Huang | 1 | -1/+0 |
2021-07-08 | drm/amdgpu: separate out vm pasid assignment | Nirmoy Das | 1 | -24/+4 |
2021-07-08 | drm/amdgpu: use xarray for storing pasid in vm | Nirmoy Das | 1 | -80/+69 |
2021-06-15 | drm/amdgpu: Use spinlock_irqsave for pasid_lock | Felix Kuehling | 1 | -4/+5 |
2021-06-15 | drm/amdgpu: move shadow_list to amdgpu_bo_vm | Nirmoy Das | 1 | -1/+1 |
2021-06-15 | drm/amdgpu: remove amdgpu_vm_pt | Nirmoy Das | 1 | -89/+75 |
2021-06-10 | Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag... | Dave Airlie | 1 | -9/+10 |
2021-06-10 | Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -12/+12 |
2021-06-08 | drm/amdgpu: fix shadow bo skip condition | Nirmoy Das | 1 | -1/+1 |
2021-06-07 | drm/amdgpu: Fix warning of Function parameter or member not described | Eric Huang | 1 | -0/+1 |
2021-06-07 | drm/amdgpu: fix VM handling for GART allocations | Christian König | 1 | -2/+2 |
2021-06-06 | dma-buf: drop the _rcu postfix on function names v3 | Christian König | 1 | -6/+5 |
2021-06-04 | drm: amdgpu: Remove unneeded semicolon in amdgpu_vm.c | Wan Jiabing | 1 | -1/+1 |
2021-06-04 | drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update | Eric Huang | 1 | -5/+5 |
2021-06-04 | Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag... | Dave Airlie | 1 | -61/+105 |
2021-06-02 | drm/ttm: rename bo->mem and make it a pointer | Christian König | 1 | -6/+6 |
2021-06-01 | drm/amdgpu: Fix a bug on flag table_freed | Eric Huang | 1 | -2/+5 |