summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-10drm: amdgpu: Use the correct size when allocating memoryChristophe JAILLET1-1/+1
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-13drm/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-10drm/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-12drm/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-05drm/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
2018-06-19drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes arrayMichel Dänzer1-3/+4
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-3/+3
2017-11-16drm/amdgpu:fix memleak in takedownMonk Liu1-5/+0
2017-08-17drm/amdgpu: move vram usage tracking into the vram manager v2Christian König1-4/+68
2017-08-17drm/amdgpu: move debug print into the MM managersChristian König1-0/+6
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-4/+3
2017-05-28drm/amdgpu: Use designated initializersKees Cook1-5/+5
2017-04-04drm/amdgpu: use TTM_PL_FLAG_CONTIGUOUS v2Christian König1-4/+13
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-12/+8
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-1/+2
2016-11-11drm/amdgpu: disable the VRAM manager on special placements v2Christian König1-1/+1
2016-10-25drm/amdgpu: add VRAM manager v2Christian König1-0/+222