aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+0
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König1-3/+3
2020-08-10drm: amdgpu: Use the correct size when allocating memoryChristophe JAILLET1-1/+1
2020-08-10drm: amdgpu: Use the correct size when allocating memoryChristophe JAILLET1-1/+1
2020-08-10drm/amdgpu/ttm: drop the adev link from vram mgrDave Airlie1-4/+7
2020-08-10drm/amdgpu/ttm: move vram/gtt mgr allocations to mman.Dave Airlie1-20/+4
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-6/+6
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-18/+18
2020-08-06drm/ttm: drop type manager has_typeDave Airlie1-1/+1
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie1-1/+1
2020-08-06drm/amdgpu/ttm: remove man->bdev references.Dave Airlie1-2/+5
2020-08-06drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrsDave Airlie1-13/+23
2020-08-06drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie1-6/+6
2020-08-06drm/amdgpu/ttm: use new takedown pathDave Airlie1-4/+11
2020-08-06drm/amdgpu/ttm: init managers from the driver side.Dave Airlie1-6/+13