summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
AgeCommit message (Expand)Author
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
2020-10-30drm/amdgpu: fix the issue of reserving bad pages failedDennis Li
2020-10-23drm/amdgpu: fix some kernel-doc markupsMauro Carvalho Chehab
2020-10-21drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König
2020-09-15drm/ttm: remove available_cachingChristian König
2020-09-15drm/ttm: remove default cachingChristian König
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König
2020-08-10drm: amdgpu: Use the correct size when allocating memoryChristophe JAILLET
2020-08-10drm: amdgpu: Use the correct size when allocating memoryChristophe JAILLET
2020-08-10drm/amdgpu/ttm: drop the adev link from vram mgrDave Airlie
2020-08-10drm/amdgpu/ttm: move vram/gtt mgr allocations to mman.Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie
2020-08-06drm/ttm: drop type manager has_typeDave Airlie
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie
2020-08-06drm/amdgpu/ttm: remove man->bdev references.Dave Airlie
2020-08-06drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrsDave Airlie
2020-08-06drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie
2020-08-06drm/amdgpu/ttm: use new takedown pathDave Airlie
2020-08-06drm/amdgpu/ttm: init managers from the driver side.Dave Airlie