summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-27drm/amdgpu: Remove amdgpu_device arg from free_sgt api (v2)Ramesh Errabolu1-3/+1
2021-02-27drm/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 encapsulate...Ramesh Errabolu1-0/+3
2020-11-14drm/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/~agd...Dave 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/~agd...Dave Airlie1-5/+7
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave 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-11drm: amdgpu: Use the correct size when allocating memoryChristophe JAILLET1-1/+1
2020-08-11drm: 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
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-7/+6
2020-07-13drm: amdgpu: fix common struct sg_table related issuesMarek Szyprowski1-4/+4
2020-07-01drm/amd: correct trivial kernel-doc inconsistenciesColton Lewis1-2/+0
2020-06-29drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3Christian König1-3/+2
2020-05-14Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5...Dave Airlie1-30/+13
2020-05-07drm/amd/amdgpu: cleanup coding style a bitBernard Zhao1-30/+13
2020-04-01drm/amdgpu: add support for exporting VRAM using DMA-buf v3Christian König1-0/+99
2019-10-07drm/amdgpu: Report vram vendor with sysfs (v3)Ori Messinger1-0/+43
2019-09-14drm/amdgpu: reserve at least 4MB of VRAM for page tables v2Christian König1-2/+7
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+0
2019-06-20drm/amd/amdgpu: cast mem->num_pages to 64-bits when shifting (v2)Tom St Denis1-4/+5
2019-06-13drm/amd/amdgpu: Bail out of BO node creation if not enough VRAM (v3)Tom St Denis1-5/+12
2019-06-11drm/amd/amdgpu: remove vram_page_split kernel option (v3)Tom St Denis1-5/+9
2019-06-11drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+0
2019-03-19drm/amdgpu: Add sysfs files for returning VRAM/GTT info v2Kent Russell1-0/+109
2018-09-13drm/amdgpu: try allocating VRAM as power of twoChristian König1-12/+40
2018-07-13drm/amdgpu: Keep track of amount of pinned CPU visible VRAMMichel Dänzer1-12/+8
2018-07-06drm/amdgpu: Use gmc_vram_full_visible in vram_mgr_bo_invisible_sizeMichel Dänzer1-1/+1
2018-06-19drm/amdgpu: Make amdgpu_vram_mgr_bo_invisible_size always accurateMichel Dänzer1-2/+18
2018-06-19drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helperMichel Dänzer1-0/+16