summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...Dave Airlie1-41/+32
2020-12-08drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher1-7/+0
2020-12-08drm/amdgpu: free the pre-OS console framebuffer after the first modesetAlex Deucher1-6/+2
2020-11-24drm/amd/amdgpu/amdgpu_ttm: Add description for 'page_flags'Lee Jones1-0/+1
2020-11-13drm/amd/amdgpu/amdgpu_ttm: Demote non-conformant kernel-doc headers, fix slig...Lee Jones1-29/+30
2020-11-11drm/amdgpu/ttm: use multihopDave Airlie1-124/+12
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-1/+2
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie1-5/+5
2020-11-04drm/ttm: rework no_retry handling v2Christian König1-3/+0
2020-11-02drm/amdgpu/amdgpu: use "*" adjacent to data nameDeepak R Varma1-3/+3
2020-11-02drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma1-1/+1
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+7
2020-10-29drm/amdgpu: switch to new allocator v2Christian König1-31/+14
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-2/+2
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-8/+6
2020-10-26drm/ttm: make num_pages uint32_tChristian König1-5/+5
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König1-2/+0
2020-10-23drm/amdgpu: Fix size calculation when init onchip memoryxinhui pan1-2/+2
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+7
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-1/+6
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-3/+10
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-1/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-3/+9
2020-10-21drm/ttm: move some move binds into the driversDave Airlie1-1/+6
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-3/+12
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie1-2/+2
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-9/+3
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-0/+1
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-2/+9
2020-09-28drm/amdgpu: stop using TTMs fault callbackChristian König1-4/+36
2020-09-25drm/amdgpu/ttm: handle tt moves properly.Dave Airlie1-5/+7
2020-09-24drm/amdgpu: switch over to the new pin interfaceChristian König1-1/+1
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-58/+67
2020-09-17drm/amdgpu: prevent double kfree ttm->sgPhilip Yang1-0/+1
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-2/+2
2020-09-18drm/ttm/drivers: call the bind function directly.Dave Airlie1-1/+5
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie1-0/+1
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+1
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie1-0/+12
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie1-1/+1
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-1/+5
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-2/+2
2020-09-15drm/amdgpu: Add comment to function amdgpu_ttm_alloc_gartOak Zeng1-1/+6
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