summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-19gpu: drm: radeon: Adding new typedef vm_fault_tSouptick Joarder1-4/+4
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-6/+6
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-4/+3
2018-02-19drm/radeon: remove extra TT unpopulated checkChristian König1-3/+0
2018-02-13drm/radeon: only enable swiotlb path when need v2Chunming Zhou1-3/+3
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He1-1/+1
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-4/+5
2017-12-27drm/radeon: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-4/+3
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-11/+12
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König1-4/+4
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-31/+2
2017-11-15mm: remove cold parameter for release_pagesMel Gorman1-1/+1
2017-08-29drm/radeon: use new TTM populate/dma map helper functionsTom St Denis1-31/+2
2017-08-17drm/radeon: fix incorrect use of the lru_lockChristian König1-6/+4
2017-08-15drm/radeon: Fix stolen typoKent Russell1-10/+10
2017-07-14drm: radeon: radeon_ttm: constify ttm_place structures.Arvind Yadav1-1/+1
2017-05-17drm/radeon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-5/+5
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-2/+2
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1
2017-03-27drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flagsMichel Dänzer1-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-01-27drm: radeon: radeon_ttm: Handle return NULL error from ioremap_nocacheArvind Yadav1-0/+2
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-2/+0
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-3/+3
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-2/+2
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann1-1/+2
2016-08-19drm/radeon: fix radeon_move_blit on 32bit systemsChristian König1-2/+2
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer1-2/+1
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer1-2/+2
2016-08-08drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer1-2/+2
2016-08-05drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer1-2/+2
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König1-2/+1
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König1-1/+2
2016-07-07drm/ttm: add wait for idle in all drivers bo_move functionsChristian König1-0/+4
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie1-0/+2
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+2
2016-04-21drm/radeon: forbid mapping of userptr bo through radeon device fileJérôme Glisse1-0/+2
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-01Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-0/+6
2016-03-28drm/radeon: Don't move pinned BOsMichel Dänzer1-0/+6
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2016-02-16drm/radeon: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+1
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter1-5/+5
2015-06-29drm/radeon: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-05-07drm/radeon: fix userptr BO unpin bug v3monk.liu1-5/+3