summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)AuthorLines
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2016-12-06Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory ...Alex Deucher-7/+5
2016-12-04don't open-code file_inode()Al Viro-2/+2
2016-11-23drm/amdgpu: fix amdgpu_fill_buffer (v2)Christian König-21/+48
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie-9/+9
2016-10-25drm/amdgpu: add amdgpu_ttm_bo_eviction_valuable callbackChristian König-1/+25
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König-0/+1
2016-10-25drm/amdgpu: remove adev pointer from struct amdgpu_bo v2Christian König-26/+17
2016-10-25drm/amdgpu: add VRAM manager v2Christian König-1/+1
2016-10-25drm/amdgpu: enable amdgpu_move_blit to handle multiple MM nodes v2Christian König-33/+85
2016-10-25drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König-1/+2
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-5/+5
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes-2/+5
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-25/+33
2016-09-28drm/amdgpu: free userptrs even if GTT isn't boundChristian König-3/+3
2016-09-28drm/amdgpu: fix BO move offsetsChristian König-2/+2
2016-09-28drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König-2/+2
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König-14/+14
2016-09-28drm/amdgpu: add a custom GTT memory manager v2Christian König-6/+14
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie-2/+2
2016-09-28Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie-1/+2
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann-1/+2
2016-09-14drm/amdgpu: use explicit limit for VRAM<->GTT movesChristian König-2/+2
2016-09-14drm/amdgpu: use explicit GTT limit for evictionsChristian König-2/+18
2016-09-14drm/amdgpu: unbind GTT only when it is boundChristian König-0/+3
2016-09-14drm/amdgpu: use error label to handle exceptional caseHuang Rui-9/+13
2016-09-14drm/amdgpu: bind GTT on demandChristian König-3/+30
2016-09-14drm/amdgpu: fix GTT offset handlingChristian König-5/+5
2016-08-31drm/amdgpu: add gart recovery by gtt list V2Chunming Zhou-0/+25
2016-08-31drm/amdgpu: link all gtt when binding them V2Chunming Zhou-0/+9
2016-08-24drm/amdgpu: fix lru size grouping v2Christian König-0/+8
2016-08-22drm/amdgpu: fix lru size grouping v2Christian König-0/+8
2016-08-22drm/amdgpu: add direct submision option for copy_bufferChunming Zhou-7/+16
2016-08-19drm/amdgpu: use domain's gpu_offset for start addrFlora Cui-6/+2
2016-08-19drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König-2/+2
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer-2/+1
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer-2/+2
2016-08-08drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer-2/+2
2016-08-08drm/amdgpu: use the kernel zone memory size as the max remote memory in amdgpuKen Wang-5/+7
2016-08-08drm/amdgpu: implement amdgpu_fill_buffer()Flora Cui-0/+62
2016-08-05drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer-2/+2
2016-07-07drm/amdgpu: add eviction counterChristian König-0/+5
2016-07-07drm/amdgpu: pipeline evictions as wellChristian König-2/+4
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König-2/+1
2016-07-07drm/amdgpu: remove pre move waitChristian König-4/+0
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König-1/+2
2016-07-07drm/ttm: add wait for idle in all drivers bo_move functionsChristian König-0/+4
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie-0/+2
2016-05-04drm/amdgpu: group BOs by log2 of the size on the LRU v2Christian König-2/+59
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König-0/+2