summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-08drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher1-1/+0
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie1-1/+11
2020-10-30drm/amdgpu: fix the issue of reserving bad pages failedDennis Li1-0/+11
2020-10-27drm/amdgpu: drop mem_global_referencedChristian König1-1/+0
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+17
2020-09-11drm/ttm: nuke memory type flagsChristian König1-4/+0
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-0/+17
2020-08-10drm/amdgpu/ttm: drop the adev link from vram mgrDave Airlie1-1/+0
2020-08-10drm/amdgpu/ttm: move vram/gtt mgr allocations to mman.Dave Airlie1-0/+19
2020-08-07drm/amdgpu: make sure userptr ttm is allocatedChristian König1-2/+2
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-5/+5
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-4/+4
2020-08-06drm/amdgpu/ttm: use new takedown pathDave Airlie1-0/+2
2020-08-06drm/amdgpu/ttm: init managers from the driver side.Dave Airlie1-2/+2
2020-08-04drm/amdgpu: move vram usage by vbios to mman (v2)Alex Deucher1-0/+6
2020-08-04drm/amdgpu: move IP discovery data to mmanAlex Deucher1-0/+5
2020-08-04drm/amdgpu: move stolen memory from gmc to mmanAlex Deucher1-0/+6
2020-06-30Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+1
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-4/+4
2020-06-25drm/amdgpu: move ttm bo->offset to amdgpu_boNirmoy Das1-0/+1
2020-05-08Merge tag 'amd-drm-next-5.8-2020-04-30' of git://people.freedesktop.org/~agd5...Dave Airlie1-4/+4
2020-04-28drm/amdgpu: cleanup amdgpu_ttm_copy_mem_to_mem and amdgpu_map_buffer v2Christian König1-2/+2
2020-04-28drm/amdgpu: add TMZ handling to amdgpu_move_blitChristian König1-1/+1
2020-04-28drm/amdgpu: expand amdgpu_copy_buffer interface with tmz parameterAaron Liu1-1/+1
2020-04-01drm/amdgpu: add support for exporting VRAM using DMA-buf v3Christian König1-1/+11
2020-02-28drm/amdgpu: no need to clean debugfs at amdgpuYintian Tao1-1/+0
2020-02-26drm/amdgpu/ttm: move debugfs init into core amdgpu debugfsAlex Deucher1-0/+3
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-3/+3
2019-08-02drm/amdgpu: Implement VRAM wipe on releaseFelix Kuehling1-0/+2
2019-07-08drm/amdgpu: Prepare for hmm_range_register API change (v2)Philip Yang1-2/+3
2019-05-24drm/amdgpu: fix HMM config dependency issuePhilip Yang1-1/+12
2019-05-24drm/amdgpu: replace get_user_pages with HMM mirror helpersPhilip Yang1-1/+2
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-1/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-1/+0
2018-08-27drm/amdgpu: add amdgpu_gmc_get_pde_for_bo helper v2Christian König1-0/+1
2018-07-13drm/amdgpu: Keep track of amount of pinned CPU visible VRAMMichel Dänzer1-1/+1
2018-06-19drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helperMichel Dänzer1-0/+1
2018-05-15drm/amdgpu: Free VGA stolen memory as soon as possible.Andrey Grodzovsky1-0/+1
2018-03-05drm/amdgpu: use separate status for buffer funcs availability v2Christian König1-0/+1
2018-03-05drm/amdgpu: change amdgpu_ttm_set_active_vram_sizeChristian König1-1/+2
2018-03-05drm/amdgpu: move some functions into amdgpu_ttm.hChristian König1-0/+4
2018-02-28drm/amdgpu: Map all visible VRAM at startupAmber Lin1-0/+1
2018-02-19drm/amdgpu: revert "Add support for filling a buffer with 64 bit value"Christian König1-1/+1
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-2/+2
2017-12-04drm/amdgpu: rename amdgpu_ttm_bind to amdgpu_ttm_alloc_gartChristian König1-1/+1
2017-12-04drm/amdgpu: move GART recovery into GTT manager v2Christian König1-1/+2
2017-12-04drm/amdgpu: nuke amdgpu_ttm_is_bound() v2Christian König1-2/+1
2017-12-04drm/amdgpu: remove extra parameter from amdgpu_ttm_bind() v2Christian König1-1/+1
2017-10-19drm/amdgpu: Refactor amdgpu_move_blitHarish Kasiviswanathan1-0/+12