summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-23Merge tag 'drm-misc-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/dr...drm-fixes-2021-07-23Dave Airlie1-0/+9
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-15drm/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-18drm/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
2020-12-10Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...drm-next-2020-12-11Dave Airlie1-18/+23
2020-12-09drm/amdgpu: Initialise drm_gem_object_funcs for imported BOsAndrey Grodzovsky1-18/+23
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-62/+7
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie1-62/+7
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-2/+3
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-6/+19
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+10
2020-10-26drm/amdgpu: don't map BO in reserved regionMadhav Chauhan1-0/+10
2020-10-23drm/amdgpu: don't map BO in reserved regionMadhav Chauhan1-0/+10
2020-10-15drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel1-62/+7
2020-09-25drm/amdgpu: Introduce GEM object functionsThomas Zimmermann1-5/+18
2020-09-24drm/amdgpu: switch over to the new pin interfaceChristian König1-1/+1
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-6/+6
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-1/+1
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-5/+5
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-4/+0
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+2
2020-08-07drm/amdgpu: make sure userptr ttm is allocatedChristian König1-1/+1
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-0/+4
2020-07-14drm/amdgpu: use ARRAY_SIZE() to add amdgpu debugfs filesXiaojie Yuan1-1/+2
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-10/+10
2020-05-19drm/amd: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-10/+10
2020-05-08Merge tag 'amd-drm-next-5.8-2020-04-30' of git://people.freedesktop.org/~agd5...Dave Airlie1-1/+7
2020-04-30Merge tag 'amd-drm-next-5.8-2020-04-24' of git://people.freedesktop.org/~agd5...Dave Airlie1-18/+25
2020-04-28drm/amdgpu: fix the wrong logic checking when secure buffer is created (v3)Huang Rui1-2/+2
2020-04-28drm/amdgpu: implement TMZ accessor (v3)Luben Tuikov1-2/+2
2020-04-28drm/amdgpu: remove the alignment placeholder for secure bufferHuang Rui1-4/+0
2020-04-28drm/amdgpu: set TMZ bits in PTEs for secure BO (v4)Alex Deucher1-1/+11
2020-04-01drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4Christian König1-18/+25
2020-04-01drm/amdgpu: improve amdgpu_gem_info debugfs fileChristian König1-1/+3
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-3/+31
2019-10-25drm/ttm: always keep BOs on the LRUChristian König1-2/+2
2019-09-25drm/amdgpu: untag user pointersAndrey Konovalov1-0/+2