aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
AgeCommit message (Expand)Author
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
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-07-13drm: amdgpu: fix common struct sg_table related issuesMarek Szyprowski
2020-07-01drm/amd: correct trivial kernel-doc inconsistenciesColton Lewis
2020-06-29drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3Christian König
2020-05-14Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5...Dave Airlie
2020-05-07drm/amd/amdgpu: cleanup coding style a bitBernard Zhao
2020-04-01drm/amdgpu: add support for exporting VRAM using DMA-buf v3Christian König
2019-10-07drm/amdgpu: Report vram vendor with sysfs (v3)Ori Messinger
2019-09-13drm/amdgpu: reserve at least 4MB of VRAM for page tables v2Christian König
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher
2019-06-20drm/amd/amdgpu: cast mem->num_pages to 64-bits when shifting (v2)Tom St Denis
2019-06-13drm/amd/amdgpu: Bail out of BO node creation if not enough VRAM (v3)Tom St Denis
2019-06-11drm/amd/amdgpu: remove vram_page_split kernel option (v3)Tom St Denis
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg
2019-03-19drm/amdgpu: Add sysfs files for returning VRAM/GTT info v2Kent Russell
2018-09-12drm/amdgpu: try allocating VRAM as power of twoChristian König
2018-07-13drm/amdgpu: Keep track of amount of pinned CPU visible VRAMMichel Dänzer
2018-07-05drm/amdgpu: Use gmc_vram_full_visible in vram_mgr_bo_invisible_sizeMichel Dänzer
2018-06-19drm/amdgpu: Make amdgpu_vram_mgr_bo_invisible_size always accurateMichel Dänzer
2018-06-19drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helperMichel Dänzer
2018-06-19drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes arrayMichel Dänzer
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König