summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
AgeCommit message (Expand)Author
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-06-19gpu: drm: radeon: Adding new typedef vm_fault_tSouptick Joarder
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-19drm/radeon: remove extra TT unpopulated checkChristian König
2018-02-13drm/radeon: only enable swiotlb path 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-27drm/radeon: remove the default io_mem_pfn setTan Xiaojun
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He
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-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-08-29drm/radeon: use new TTM populate/dma map helper functionsTom St Denis
2017-08-17drm/radeon: fix incorrect use of the lru_lockChristian König
2017-08-15drm/radeon: Fix stolen typoKent Russell
2017-07-14drm: radeon: radeon_ttm: constify ttm_place structures.Arvind Yadav
2017-05-17drm/radeon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König
2017-03-27drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flagsMichel Dänzer
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-27drm: radeon: radeon_ttm: Handle return NULL error from ioremap_nocacheArvind Yadav
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann
2016-08-19drm/radeon: fix radeon_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-05drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian 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-04drm/ttm: implement LRU add callbacks v2Christian König
2016-04-21drm/radeon: 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/radeon: Don't move pinned BOsMichel Dänzer
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-16drm/radeon: use post-decrement in error handlingRasmus Villemoes
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen