Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-06-01 | drm/amdgpu: do not allocate entries separately | Nirmoy Das | 1 | -14/+20 |
2021-06-01 | drm/amdgpu: switch to amdgpu_bo_vm for vm code | Nirmoy Das | 1 | -47/+76 |
2021-06-01 | drm/amdgpu: move shadow bo validation to VM code | Nirmoy Das | 1 | -0/+5 |
2021-05-22 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -91/+98 |
2021-05-21 | drm/amdgpu: Add new placement for preemptible SG BOs | Felix Kuehling | 1 | -1/+2 |
2021-05-21 | Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag... | Dave Airlie | 1 | -41/+28 |
2021-05-21 | Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag... | Dave Airlie | 1 | -52/+72 |
2021-05-19 | drm/amdgpu: Guard against write accesses after device removal | Andrey Grodzovsky | 1 | -1/+6 |
2021-05-19 | drm/amdgpu: flush TLB if valid PDE turns into PTE | Philip Yang | 1 | -4/+10 |
2021-05-19 | drm/amdgpu: re-apply "use the new cursor in the VM code" v2 | Christian König | 1 | -37/+18 |
2021-05-11 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -0/+6 |
2021-05-10 | drm/amdgpu: remove excess function parameter | Nirmoy Das | 1 | -1/+0 |
2021-05-05 | drm/amdgpu: Add show_fdinfo() interface | Roy Sun | 1 | -0/+45 |
2021-04-28 | drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2 | Christian König | 1 | -0/+6 |
2021-04-23 | drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2 | Christian König | 1 | -0/+6 |
2021-04-23 | drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow() | Nirmoy Das | 1 | -24/+45 |
2021-04-23 | drm/amdgpu: cleanup amdgpu_vm_init() | Nirmoy Das | 1 | -13/+3 |
2021-04-20 | drm/amdkfd: SVM API call to restore page tables | Alex Sierra | 1 | -5/+15 |
2021-04-20 | drm/amdgpu: export vm update mapping interface | Philip Yang | 1 | -9/+9 |
2021-04-09 | drm/amdgpu: reserve fence slot to update page table | Philip Yang | 1 | -2/+8 |