aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-15drm/ttm: remove available_cachingChristian König1-1/+0
2020-09-15drm/ttm: remove default cachingChristian König1-1/+1
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-34/+44
2020-09-11drm/ttm: nuke memory type flagsChristian König1-5/+8
2020-09-09Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://a...Dave Airlie1-4/+4
2020-09-09drm/amdgpu/ttm: move to driver backend binding funcsDave Airlie1-7/+3
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie1-21/+3
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-3/+4
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-34/+44
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-17/+23
2020-08-31drm/amdgpu/ttm: remove unused parameter to move blitDave Airlie1-4/+4
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-3/+3
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-2/+2
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-1/+1
2020-08-24drm/ttm: drop bus.size from bus placement.Dave Airlie1-1/+2
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-6/+0
2020-08-18drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov1-1/+1
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-1/+1
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-51/+69
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König1-4/+4
2020-08-07drm/amdgpu: make sure userptr ttm is allocatedChristian König1-6/+11
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-23/+23
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-2/+2
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie1-9/+6
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-5/+5
2020-08-06drm/amdgpu/ttm: init managers from the driver side.Dave Airlie1-32/+5
2020-08-04drm/amdgpu: move vram usage by vbios to mman (v2)Alex Deucher1-10/+10
2020-08-04drm/amdgpu: move IP discovery data to mmanAlex Deucher1-10/+10
2020-08-04drm/amdgpu: move stolen memory from gmc to mmanAlex Deucher1-10/+10
2020-08-04drm/amdgpu: drop the CPU pointers for the stolen vga bosAlex Deucher1-11/+5
2020-08-04drm/amdgpu: add support for extended stolen vga memoryAlex Deucher1-2/+11
2020-08-04drm/amdgpu: move keep stolen memory check into gmc coreAlex Deucher1-1/+8
2020-08-04drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmcAlex Deucher1-3/+3
2020-08-04drm/amdgpu: use create_at for the stolen pre-OS bufferAlex Deucher1-4/+4
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König1-7/+0
2020-07-31drm/amdgpu: stop implementing init_mem_typeChristian König1-53/+43
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König1-3/+1
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König1-3/+0
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie1-3/+2
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-1/+1
2020-07-23Merge tag 'amd-drm-next-5.9-2020-07-17' of git://people.freedesktop.org/~agd5...Dave Airlie1-1/+1
2020-07-23Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-7/+2
2020-07-22drm/amdgpu: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König1-7/+4
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König1-2/+2
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König1-5/+0
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-10/+17
2020-07-13drm/amdgpu: stop allocating dummy GTT nodesChristian König1-4/+14
2020-07-13drm: amdgpu: fix common struct sg_table related issuesMarek Szyprowski1-6/+3
2020-07-02drm/amdgpu: correct discovery_tmr_size init valWenhui Sheng1-1/+1