summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)Author
2018-03-07drm/amdgpu: replace iova debugfs file with iomem (v3)Tom St Denis
2018-03-07drm/amdgpu: drop gtt->adevChristian König
2018-03-05drm/amdgpu: use separate status for buffer funcs availability v2Christian König
2018-03-05drm/amdgpu: ignore changes of buffer function status because of GPU resetsChristian König
2018-03-05drm/amdgpu: change amdgpu_ttm_set_active_vram_sizeChristian König
2018-02-28drm/amdgpu: Map all visible VRAM at startupAmber Lin
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-19drm/amdgpu: remove extra TT unpopulated checkChristian König
2018-02-19drm/amdgpu: revert "Add support for filling a buffer with 64 bit value"Christian König
2018-02-19drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"Christian König
2018-02-19drm/amdgpu: Use new TTM flag to avoid OOM triggering.Andrey Grodzovsky
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König
2018-02-13drm/amdgpu: only enable swiotlb alloc when need v2Chunming Zhou
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-18Revert "drm/amd/amdgpu: set gtt size according to system memory size only"Andrey Grodzovsky
2017-12-18drm/amdgpu: move fw_reserve functions to amdgpu_ttm.cAlex Deucher
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach
2017-12-06drm/amd/amdgpu: set gtt size according to system memory size onlyRoger He
2017-12-06drm/amdgpu: forward operation context to ttm_bo_mem_spaceChristian König
2017-12-06drm/ttm: add context to driver move callback as wellChristian König
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König
2017-12-06drm/amdgpu:fix NULL pointer access during drv removeMonk Liu
2017-12-06drm/amdgpu:cleanup GMC & gart garbage functionMonk Liu
2017-12-06drm/amdgpu:cleanup stolen vga memory finishMonk Liu
2017-12-06drm/amd/amdgpu: not allow gtt size exceed 75%*system memory sizeRoger He
2017-12-04drm/amdgpu: don't use ttm_bo_move_ttm in amdgpu_ttm_bind v2Christian König
2017-12-04drm/amdgpu: rename amdgpu_ttm_bind to amdgpu_ttm_alloc_gartChristian König
2017-12-04drm/amdgpu: move GART recovery into GTT manager v2Christian König
2017-12-04drm/amdgpu: nuke amdgpu_ttm_is_bound() v2Christian König
2017-12-04drm/amdgpu: remove extra parameter from amdgpu_ttm_bind() v2Christian König
2017-12-04drm/amdgpu: don't wait interruptible while binding GART spaceChristian König
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-15mm: remove cold parameter for release_pagesMel Gorman
2017-11-07drm/amd/amdgpu: fix evicted VRAM bo adjudgement conditionRoger He
2017-10-25drm/amdgpu: minor cleanup for amdgpu_ttm_bindChristian König
2017-10-19drm/amdgpu: Add amdgpu_find_mm_node()Harish Kasiviswanathan
2017-10-19drm/amdgpu: Refactor amdgpu_move_blitHarish Kasiviswanathan
2017-10-12drm/amdgpu: fix placement flags in amdgpu_ttm_bindChristian König
2017-10-09drm/amdgpu: introduce AMDGPU_GEM_CREATE_EXPLICIT_SYNC v2Andres Rodriguez
2017-10-09drm/amdgpu: add helper to convert a ttm bo to amdgpu_boAndres Rodriguez
2017-10-09drm/amdgpu: Reserve shared memory on VRAM for SR-IOVHorace Chen
2017-09-28Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-09-26drm/amdgpu: Fix a bug in amdgpu_fill_buffer()Yong Zhao
2017-09-26drm/amd/amdgpu: Partial revert of iova debugfsTom St Denis
2017-09-26drm/amd/amdgpu: remove usage of ttm traceTom St Denis
2017-09-26drm/amd/amdgpu: add support for iova_to_phys to replace TTM trace (v5)Tom St Denis
2017-09-26drm/amd/amdgpu: Fold TTM debugfs entries into array (v2)Tom St Denis