summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
AgeCommit message (Expand)Author
2024-01-25drm/amdgpu: Show vram vendor only if availableLijo Lazar
2023-10-31drm/amdgpu: Fix the vram base start addressArunpravin Paneer Selvam
2023-09-11drm/amdgpu: Move the size computations to drm buddyArunpravin Paneer Selvam
2023-06-09drm/amdgpu: change reserved vram info printYiPeng Chai
2023-06-09drm/amdgpu: Implement new dummy vram managerRajneesh Bhardwaj
2023-02-23drm/amdgpu: optimize VRAM allocation when using drm buddyShane Xiao
2023-01-10drm/amdgpu: Fixed bug on error when unloading amdgpuYiPeng Chai
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie
2022-11-08drm/amdgpu: Fix the lpfn checking condition in drm buddyMa Jun
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath
2022-09-22drm/amdgpu: Fix VRAM eviction issueArunpravin Paneer Selvam
2022-08-22drm/amdgpu: Implement intersect/compatible functionsArunpravin Paneer Selvam
2022-07-15drm/amdgpu: Fix for drm buddy memory corruptionArunpravin Paneer Selvam
2022-05-11drm/amdgpu: move internal vram_mgr function into the C fileChristian König
2022-05-11drm/amdgpu: fix start calculation in amdgpu_vram_mgr_newChristian König
2022-04-08drm/amdgpu: add drm buddy support to amdgpuArunpravin Paneer Selvam
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-14drm/amdgpu: remove VRAM accounting v2Christian König
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie
2022-02-07drm/amdgpu: fix list add issue in vram reserveTao Zhou
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to vram_mgrNirmoy Das
2021-08-30drm/amdgpu: correct comments in memory type managersYifan Zhang
2021-07-01drm/amdgpu: Set ttm caching flags during bo allocationOak Zeng
2021-06-10drm/amdgpu: use correct rounding macro for 64-bitDave Airlie
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König
2021-06-04drm/amdgpu: switch the VRAM backend to self allocChristian König
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag...Dave Airlie
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...Dave Airlie
2021-05-19drm/amdgpu: Convert driver sysfs attributes to static attributesAndrey Grodzovsky
2021-05-19drm/amdgpu: move struct amdgpu_vram_reservation into vram mgrChristian König
2021-05-19drm/amdgpu: set the contiguous flag if possibleChristian König
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-04-28drm/amdgpu: restructure amdgpu_vram_mgr_newChristian König
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-04-23drm/amdgpu: fix coding style and documentation in amdgpu_vram_mgr.cChristian König
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König
2021-04-15drm/amdgpu: Use iterator methods exposed by amdgpu_res_cursor.h in building S...Ramesh Errabolu
2021-04-09drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao
2021-03-23drm/amdgpu: revert "reserve backup pages for bad page retirment"Christian König
2021-02-26drm/amdgpu: Remove amdgpu_device arg from free_sgt api (v2)Ramesh Errabolu
2021-02-26drm/amdgpu: reserve backup pages for bad page retirmentDennis Li
2021-02-02drm/amdgpu: Limit the maximum size of contiguous VRAM that can be encapsulate...Ramesh Errabolu
2020-11-13drm/amd/amdgpu/amdgpu_vram_mgr: Add missing descriptions for 'dev' and 'dir'Lee Jones
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie
2020-11-02drm/amdgpu: fix spelling mistake: "Successed" -> "Succeeded"Colin Ian King