summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
AgeCommit message (Expand)AuthorLines
2023-12-14drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heapWang, Beyond-12/+1
2023-12-13drm/amdgpu: warn when there are still mappings when a BO is destroyed v2Christian König-0/+2
2023-11-29drm/amdgpu: fix AGP addressing when GART is not at 0Alex Deucher-3/+7
2023-11-09drm/amdgpu: fix AGP init orderAlex Deucher-3/+0
2023-09-26drm/amdgpu/gmc: set a default disable value for AGPAlex Deucher-0/+3
2023-08-30drm/amd: Simplify the bo size check funcitonMa Jun-17/+12
2023-08-07drm/amdgpu: accommodate DOMAIN/PL_DOORBELLAlex Deucher-1/+10
2023-07-25drm/amdgpu: add VISIBLE info in amdgpu_bo_print_infoPierre-Eric Pelloux-Prayer-13/+21
2023-06-15drm/amdgpu: make sure that BOs have a backing storeChristian König-1/+5
2023-06-15Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar sy...Arunpravin Paneer Selvam-1/+1
2023-06-09drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vramHoratio Zhang-6/+4
2023-06-09drm/amdgpu: Add a low priority scheduler for VRAM clearingMukul Joshi-2/+2
2023-06-09drm/amdkfd: Store xcp partition id to amdgpu boPhilip Yang-5/+10
2023-06-09drm/amdgpu: dGPU mode set VRAM range lpfn as exclusivePhilip Yang-1/+5
2023-06-09drm/amdgpu: dGPU mode placement support memory partitionPhilip Yang-3/+8
2023-06-09drm/amdgpu: Add memory partition mem_id to amdgpu_boPhilip Yang-0/+3
2023-06-09drm/amdgpu: Fix unmapping of apertureLijo Lazar-2/+1
2023-06-09drm/amdgpu: Handle VRAM dependencies on GFXIP9.4.3Rajneesh Bhardwaj-1/+1
2023-06-09drm/amd/amdgpu: Fix warnings in amdgpu _object, _ring.cSrinivasan Shanmugam-5/+5
2023-03-20Merge tag 'amd-drm-next-6.4-2023-03-17' of https://gitlab.freedesktop.org/agd...Dave Airlie-5/+22
2023-03-14Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-6/+3
2023-03-13drm/amdgpu: expose more memory stats in fdinfoMarek Olšák-5/+22
2023-03-09drm/amdgpu: Fix call trace warning and hang when removing amdgpu devicelyndonli-1/+1
2023-03-07drm/amdgpu: Fix call trace warning and hang when removing amdgpu devicelyndonli-1/+1
2023-02-23drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar systemShane Xiao-1/+1
2023-02-09drm/amdgpu: Remove TTM resource->start visible VRAM condition v2Somalapuram Amaranath-6/+3
2023-01-19drm/amdgpu: print bo inode number instead of ptrPierre-Eric Pelloux-Prayer-2/+2
2023-01-09drm/amdgpu: Fix potential NULL dereferenceLuben Tuikov-2/+3
2022-12-14drm/amdgpu: revert "generally allow over-commit during BO allocation"Christian König-1/+5
2022-12-14drm/amdgpu: Remove unnecessary domain argumentLuben Tuikov-5/+5
2022-12-14drm/amdgpu: Fix size validation for non-exclusive domains (v4)Luben Tuikov-11/+8
2022-12-14drm/amdgpu: WARN when freeing kernel memory during suspendChristian König-0/+2
2022-12-09drm/amdgpu: make display pinning more flexible (v2)Alex Deucher-1/+2
2022-12-06drm/amdgpu: generally allow over-commit during BO allocationChristian König-5/+1
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath-1/+2
2022-10-06drm/amdgpu: Set vmbo destroy after pt bo is createdPhilip Yang-1/+4
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann-0/+4
2022-07-13drm/amdgpu: Check BO's requested pinning domains against its preferred_domainsLeo Li-0/+4
2022-07-11drm/amdgpu: audit bo->resource usageChristian König-1/+1
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König-1/+1
2022-05-26drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLEChristian König-0/+1
2022-05-26drm/amdgpu: differentiate between LP and non-LP DDR memoryAlex Deucher-1/+3
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...Dave Airlie-1/+1
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil-1/+3
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+8
2022-04-07drm/ttm: remove bo->movingChristian König-3/+2
2022-04-07drm/amdgpu: use DMA_RESV_USAGE_KERNELChristian König-5/+5
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König-4/+2
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König-2/+2
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König-0/+8