summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)Author
2017-10-21drm/amdgpu: refuse to reserve io mem for split VRAM buffersNicolai Hähnle
2017-07-27drm/amd/amdgpu: Return error if initiating read out of range on vramTom St Denis
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-09-28drm/amdgpu: free userptrs even if GTT isn't boundChristian König
2016-09-28drm/amdgpu: fix BO move offsetsChristian König
2016-09-28drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König
2016-09-28drm/amdgpu: add a custom GTT memory manager v2Christian König
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie
2016-09-28Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann
2016-09-14drm/amdgpu: use explicit limit for VRAM<->GTT movesChristian König
2016-09-14drm/amdgpu: use explicit GTT limit for evictionsChristian König
2016-09-14drm/amdgpu: unbind GTT only when it is boundChristian König
2016-09-14drm/amdgpu: use error label to handle exceptional caseHuang Rui
2016-09-14drm/amdgpu: bind GTT on demandChristian König
2016-09-14drm/amdgpu: fix GTT offset handlingChristian König
2016-08-31drm/amdgpu: add gart recovery by gtt list V2Chunming Zhou
2016-08-31drm/amdgpu: link all gtt when binding them V2Chunming Zhou
2016-08-24drm/amdgpu: fix lru size grouping v2Christian König
2016-08-22drm/amdgpu: fix lru size grouping v2Christian König
2016-08-22drm/amdgpu: add direct submision option for copy_bufferChunming Zhou
2016-08-19drm/amdgpu: use domain's gpu_offset for start addrFlora Cui
2016-08-19drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer
2016-08-08drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer
2016-08-08drm/amdgpu: use the kernel zone memory size as the max remote memory in amdgpuKen Wang
2016-08-08drm/amdgpu: implement amdgpu_fill_buffer()Flora Cui
2016-08-05drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer
2016-07-07drm/amdgpu: add eviction counterChristian König
2016-07-07drm/amdgpu: pipeline evictions as wellChristian König
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König
2016-07-07drm/amdgpu: remove pre move waitChristian König
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König
2016-07-07drm/ttm: add wait for idle in all drivers bo_move functionsChristian König
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie
2016-05-05drm/amdgpu: group BOs by log2 of the size on the LRU v2Christian König
2016-05-05drm/ttm: implement LRU add callbacks v2Christian König
2016-05-05drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius
2016-05-02drm/amdgpu: optionally enable GART debugfs fileChristian König
2016-04-22drm/amdgpu: forbid mapping of userptr bo through radeon device fileJérôme Glisse
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-01Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-03-28drm/amdgpu: Don't move pinned BOsMichel Dänzer
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-16Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie