summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Fix the BO release clear memory warningArunpravin Paneer Selvam2024-06-101-2/+0
* Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-151-6/+19
|\
| * Merge tag 'amd-drm-next-6.10-2024-04-26' of https://gitlab.freedesktop.org/ag...Dave Airlie2024-04-301-2/+8
| |\
| | * drm/amdgpu: Modify the contiguous flags behaviourArunpravin Paneer Selvam2024-04-261-1/+7
| | * drm/amdgpu: replace tmz flag into buffer flagFrank Min2024-04-261-1/+1
| | * drm/amdgpu: Update BO eviction prioritiesFelix Kuehling2024-04-231-0/+2
| * | Merge v6.9-rc6 into drm-nextDaniel Vetter2024-04-291-0/+2
| |\ \
| * \ \ Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-04-231-11/+11
| |\ \ \ | | | |/ | | |/|
| | * | Merge tag 'amd-drm-next-6.10-2024-04-19' of https://gitlab.freedesktop.org/ag...Dave Airlie2024-04-221-11/+11
| | |\ \
| | | * | drm/amdgpu: fix visible VRAM handling during faultsChristian König2024-04-161-11/+11
| * | | | drm/amdgpu: Enable clear page functionalityArunpravin Paneer Selvam2024-04-221-4/+5
| |/ / /
| * / / drm/amdgpu: use GTT only as fallback for VRAM|GTTChristian König2024-03-011-0/+6
| |/ /
* | / drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2Christian König2024-04-301-5/+9
| |/ |/|
* | drm/amdgpu: Update BO eviction prioritiesFelix Kuehling2024-04-231-0/+2
* | drm/amdgpu: fix visible VRAM handling during faultsChristian König2024-04-171-11/+11
|/
* drm/amdgpu: add shared fdinfo statsAlex Deucher2024-02-161-0/+11
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-291-15/+10
|\
| * drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heapWang, Beyond2023-12-141-12/+1
| * drm/amdgpu: warn when there are still mappings when a BO is destroyed v2Christian König2023-12-131-0/+2
| * drm/amdgpu: fix AGP addressing when GART is not at 0Alex Deucher2023-11-291-3/+7
* | drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2024-01-251-5/+1
|/
* drm/amdgpu: fix AGP init orderAlex Deucher2023-11-091-3/+0
* drm/amdgpu/gmc: set a default disable value for AGPAlex Deucher2023-09-261-0/+3
* drm/amd: Simplify the bo size check funcitonMa Jun2023-08-301-17/+12
* drm/amdgpu: accommodate DOMAIN/PL_DOORBELLAlex Deucher2023-08-071-1/+10
* drm/amdgpu: add VISIBLE info in amdgpu_bo_print_infoPierre-Eric Pelloux-Prayer2023-07-251-13/+21
* drm/amdgpu: make sure that BOs have a backing storeChristian König2023-06-151-1/+5
* Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar sy...Arunpravin Paneer Selvam2023-06-151-1/+1
* drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vramHoratio Zhang2023-06-091-6/+4
* drm/amdgpu: Add a low priority scheduler for VRAM clearingMukul Joshi2023-06-091-2/+2
* drm/amdkfd: Store xcp partition id to amdgpu boPhilip Yang2023-06-091-5/+10
* drm/amdgpu: dGPU mode set VRAM range lpfn as exclusivePhilip Yang2023-06-091-1/+5
* drm/amdgpu: dGPU mode placement support memory partitionPhilip Yang2023-06-091-3/+8
* drm/amdgpu: Add memory partition mem_id to amdgpu_boPhilip Yang2023-06-091-0/+3
* drm/amdgpu: Fix unmapping of apertureLijo Lazar2023-06-091-2/+1
* drm/amdgpu: Handle VRAM dependencies on GFXIP9.4.3Rajneesh Bhardwaj2023-06-091-1/+1
* drm/amd/amdgpu: Fix warnings in amdgpu _object, _ring.cSrinivasan Shanmugam2023-06-091-5/+5
* Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-03-201-5/+22
|\
| * drm/amdgpu: expose more memory stats in fdinfoMarek Olšák2023-03-131-5/+22
| * drm/amdgpu: Fix call trace warning and hang when removing amdgpu devicelyndonli2023-03-071-1/+1
* | Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-141-6/+3
|\ \
| * | drm/amdgpu: Remove TTM resource->start visible VRAM condition v2Somalapuram Amaranath2023-02-091-6/+3
* | | drm/amdgpu: Fix call trace warning and hang when removing amdgpu devicelyndonli2023-03-091-1/+1
| |/ |/|
* | drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar systemShane Xiao2023-02-231-1/+1
|/
* drm/amdgpu: print bo inode number instead of ptrPierre-Eric Pelloux-Prayer2023-01-191-2/+2
* drm/amdgpu: Fix potential NULL dereferenceLuben Tuikov2023-01-091-2/+3
* drm/amdgpu: revert "generally allow over-commit during BO allocation"Christian König2022-12-141-1/+5
* drm/amdgpu: Remove unnecessary domain argumentLuben Tuikov2022-12-141-5/+5
* drm/amdgpu: Fix size validation for non-exclusive domains (v4)Luben Tuikov2022-12-141-11/+8
* drm/amdgpu: WARN when freeing kernel memory during suspendChristian König2022-12-141-0/+2