aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08drm/amdgpu: Fix the lpfn checking condition in drm buddyMa Jun1-1/+1
2022-09-22drm/amdgpu: Fix VRAM eviction issueArunpravin Paneer Selvam1-1/+1
2022-08-22drm/amdgpu: Implement intersect/compatible functionsArunpravin Paneer Selvam1-0/+68
2022-07-15drm/amdgpu: Fix for drm buddy memory corruptionArunpravin Paneer Selvam1-8/+8
2022-05-11drm/amdgpu: move internal vram_mgr function into the C fileChristian König1-0/+29
2022-05-11drm/amdgpu: fix start calculation in amdgpu_vram_mgr_newChristian König1-8/+14
2022-04-08drm/amdgpu: add drm buddy support to amdgpuArunpravin Paneer Selvam1-148/+211
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-37/+21
2022-02-14drm/amdgpu: remove VRAM accounting v2Christian König1-37/+21
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+1
2022-02-07drm/amdgpu: fix list add issue in vram reserveTao Zhou1-1/+1
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+4
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König1-1/+2
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König1-0/+2
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to vram_mgrNirmoy Das1-24/+16
2021-08-30drm/amdgpu: correct comments in memory type managersYifan Zhang1-3/+3
2021-07-01drm/amdgpu: Set ttm caching flags during bo allocationOak Zeng1-0/+5
2021-06-10drm/amdgpu: use correct rounding macro for 64-bitDave Airlie1-1/+1
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König1-33/+27
2021-06-04drm/amdgpu: switch the VRAM backend to self allocChristian König1-21/+30
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-1/+1
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-106/+120
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-2/+8
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-112/+120
2021-05-19drm/amdgpu: Convert driver sysfs attributes to static attributesAndrey Grodzovsky1-9/+5
2021-05-19drm/amdgpu: move struct amdgpu_vram_reservation into vram mgrChristian König1-0/+5
2021-05-19drm/amdgpu: set the contiguous flag if possibleChristian König1-2/+3
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-10/+24
2021-04-28drm/amdgpu: restructure amdgpu_vram_mgr_newChristian König1-31/+27
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard1-20/+16
2021-04-23drm/amdgpu: fix coding style and documentation in amdgpu_vram_mgr.cChristian König1-80/+93
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König1-2/+3
2021-04-15drm/amdgpu: Use iterator methods exposed by amdgpu_res_cursor.h in building SG_TABLE's for a VRAM BORamesh Errabolu1-10/+24
2021-04-09drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-17/+15
2021-03-23drm/amdgpu: revert "reserve backup pages for bad page retirment"Christian König1-94/+2
2021-02-26drm/amdgpu: Remove amdgpu_device arg from free_sgt api (v2)Ramesh Errabolu1-3/+1
2021-02-26drm/amdgpu: reserve backup pages for bad page retirmentDennis Li1-2/+94
2021-02-02drm/amdgpu: Limit the maximum size of contiguous VRAM that can be encapsulated by an instance of DRM memory nodeRamesh Errabolu1-0/+3
2020-11-13drm/amd/amdgpu/amdgpu_vram_mgr: Add missing descriptions for 'dev' and 'dir'Lee Jones1-0/+2
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-5/+110
2020-11-02drm/amdgpu: fix spelling mistake: "Successed" -> "Succeeded"Colin Ian King1-1/+1
2020-10-30drm/amdgpu: fix the issue of reserving bad pages failedDennis Li1-0/+106
2020-10-23drm/amdgpu: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-21drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab1-4/+3
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-1/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-2/+0
2020-09-15drm/ttm: remove default cachingChristian König1-1/+0
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-5/+7
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-49/+63
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-5/+5