aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-13drm/amdgpu: Fix the kernel panic caused by RAS records exceed thresholdCe Sun1-0/+2
2025-02-25drm/amdgpu: init return value in amdgpu_ttm_clear_bufferPierre-Eric Pelloux-Prayer1-1/+1
2025-02-12drm/amdkfd: use GTT for VRAM on APUs only if GTT is largerAlex Deucher1-2/+4
2025-02-12drm/amdkfd: add a new flag to manage where VRAM allocations goAlex Deucher1-0/+3
2025-02-12drm/amd: Mark amdgpu.gttsize parameter as deprecated and show warnings on useMario Limonciello1-4/+13
2025-02-03drm/amdgpu: add a BO metadata flag to disable write compression for VulkanMarek Olšák1-2/+6
2025-01-13Merge tag 'amd-drm-next-6.14-2025-01-10' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+1
2025-01-09drm/amdgpu: tear down ttm range manager for doorbell in amdgpu_ttm_fini()Jiang Liu1-0/+1
2024-12-20Merge tag 'amd-drm-next-6.14-2024-12-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+2
2024-12-10drm/amdgpu: add initial support for gfx950Le Ma1-1/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-05drm/amdgpu: set the right AMDGPU sg segment limitationPrike Liang1-0/+1
2024-10-24drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptrLang Yu1-1/+3
2024-09-18drm/amdgpu: fix typo in the commentYan Zhen1-1/+1
2024-07-08drm/amdgpu: restore dcc bo tilling configs while movingFrank Min1-3/+14
2024-06-27Merge tag 'amd-drm-next-6.11-2024-06-22' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+7
2024-06-14drm/amdgpu: add sdma 7.0 support for copy dcc bufferFrank Min1-1/+7
2024-06-11Merge tag 'amd-drm-next-6.11-2024-06-07' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-4/+5
2024-06-05drm/amdgpu: Update the impelmentation of AMDGPU_PTE_MTYPE_VG10Shane Xiao1-2/+1
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-9/+79
2024-05-10drm/amdgpu: Fix comparison in amdgpu_res_cpu_visibleMichel Dänzer1-1/+1
2024-05-08drm/amdgpu: Fix comparison in amdgpu_res_cpu_visibleMichel Dänzer1-1/+1
2024-05-02drm/amdgpu: Add gfx v9_4_4 ip blockHawking Zhang1-1/+2
2024-04-30drm/amdgpu: fix doorbell regressionShashank Sharma1-1/+1
2024-04-30drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2Christian König1-22/+26
2024-04-30drm/amdgpu: fix doorbell regressionShashank Sharma1-1/+1
2024-04-30drm/amdgpu: Evict BOs from same process for contiguous allocationPhilip Yang1-1/+2
2024-04-30drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2Christian König1-22/+26
2024-04-30Merge tag 'amd-drm-next-6.10-2024-04-26' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-7/+11
2024-04-26drm/amdgpu: replace tmz flag into buffer flagFrank Min1-7/+11
2024-04-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1-27/+38
2024-04-22drm/amdgpu: Enable clear page functionalityArunpravin Paneer Selvam1-2/+68
2024-04-17drm/amdgpu: fix visible VRAM handling during faultsChristian König1-23/+38
2024-04-17drm/amdgpu: remove invalid resource->start check v2Christian König1-4/+0
2024-04-16drm/amdgpu: fix visible VRAM handling during faultsChristian König1-23/+38
2024-04-12drm/amdgpu: remove invalid resource->start check v2Christian König1-4/+0
2024-03-20drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flagPhilip Yang1-0/+1
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard1-5/+4
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath1-9/+2
2023-12-14drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heapWang, Beyond1-2/+3
2023-11-29drm/amdgpu: fix AGP addressing when GART is not at 0Alex Deucher1-3/+1
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-1/+2
2023-08-15drm/amdgpu: Replace ternary operator with min() in 'amdgpu_iomem_write'Srinivasan Shanmugam1-1/+1
2023-08-15drm/amdgpu: Remove duplicated includesGUO Zihua1-1/+0
2023-08-15drm/amdgpu: Replace ternary operator with min() in 'amdgpu_iomem_read'Srinivasan Shanmugam1-1/+1
2023-08-07drm/amdgpu: create kernel doorbell pagesShashank Sharma1-0/+7
2023-08-07drm/amdgpu: initialize ttm for doorbellsShashank Sharma1-0/+7
2023-08-07drm/amdgpu: accommodate DOMAIN/PL_DOORBELLAlex Deucher1-1/+15
2023-06-15drm/amdgpu: Rename DRM schedulers in amdgpu TTMMukul Joshi1-9/+9
2023-06-09drm/amdgpu: bypass bios dependent operationsShiwu Zhang1-2/+5