summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-13' of https://gitlab.freedesktop.org/agd...Dave Airlie1-3/+3
2023-01-10drm/amdgpu: clean up some inconsistent indentingsYang Li1-3/+3
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+1
2022-12-23Merge tag 'drm-next-2022-12-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+13
2022-12-15drm/amdgpu: revert "generally allow over-commit during BO allocation"Christian König1-3/+13
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-12-06drm/amdgpu: generally allow over-commit during BO allocationChristian König1-13/+3
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-0/+1
2022-11-17drm/amdgpu: rename the files for HMM handlingChristian König1-2/+3
2022-11-17drm/amdgpu: fix userptr HMM range handling v2Christian König1-2/+4
2022-11-17drm/amdgpu: always register an MMU notifier for userptrChristian König1-5/+3
2022-11-09amdgpu: use VM_ACCESS_FLAGSKefeng Wang1-1/+1
2022-05-26drm/amdgpu: add AMDGPU_VM_NOALLOC v2Christian König1-1/+4
2022-05-26drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLEChristian König1-2/+2
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+1
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-1/+2
2022-03-25drm/amdgpu: remove table_freed param from the VM codeChristian König1-1/+1
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie1-1/+1
2022-02-08drm/amdgpu: rename amdgpu_vm_bo_rmv to _delChristian König1-1/+1
2022-01-19drm/amdgpu: remove excl as shared workaroundsChristian König1-6/+0
2022-01-11Revert "drm/amdgpu: Don't inherit GEM object VMAs in child process"Rajneesh Bhardwaj1-3/+0
2021-12-29drm/amdgpu: Don't inherit GEM object VMAs in child processRajneesh Bhardwaj1-0/+3
2021-11-24drm/amdgpu: update the domain flags for dumb buffer creationEvan Quan1-1/+2
2021-11-18drm/amdgpu: use generic fb helpers instead of setting up AMD own's.Evan Quan1-2/+28
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-1/+1
2021-08-31drm/amdgpu: Fix a deadlock if previous GEM object allocation failsxinhui pan1-13/+10
2021-08-26drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domainYifan Zhang1-1/+1
2021-08-03Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update""Eric Huang1-1/+1
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie1-0/+9
2021-07-23Merge tag 'drm-misc-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+9
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+2
2021-07-16drm/amdgpu: workaround failed COW checks for Thunk VMAsFelix Kuehling1-0/+9
2021-07-13Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update"Eric Huang1-1/+1
2021-06-22drm/amdgpu: rework dma_resv handling v3Christian König1-1/+2
2021-06-16drm/amdgpu: remove amdgpu_vm_ptNirmoy Das1-6/+6
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+1
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-2/+1
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König1-1/+1
2021-06-04drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_updateEric Huang1-1/+1
2021-05-26drm/amdgpu: Implement mmap as GEM object functionThomas Zimmermann1-0/+55
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard1-12/+16
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König1-1/+1
2021-04-09drm/amdgpu: use amdgpu_bo_create_user() for when possibleNirmoy Das1-1/+3
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das1-0/+2
2021-02-19drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das1-11/+11
2021-02-02drm/amdgpu: fix the issue that retry constantly once the buffer is oversizeHuang Rui1-1/+1
2021-01-13drm/amdgpu: Remove references to struct drm_device.pdevThomas Zimmermann1-5/+5