aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
Commit message (Expand)AuthorAge
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-15
|\
| * drm/radeon: use new TTM populate/dma map helper functionsTom St Denis2017-08-29
* | mm: remove cold parameter for release_pagesMel Gorman2017-11-15
|/
* drm/radeon: fix incorrect use of the lru_lockChristian König2017-08-17
* drm/radeon: Fix stolen typoKent Russell2017-08-15
* drm: radeon: radeon_ttm: constify ttm_place structures.Arvind Yadav2017-07-14
* drm/radeon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-17
* Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-10
|\
| * drm/radeon: Override fpfn for all VRAM placements in radeon_evict_flagsMichel Dänzer2017-03-27
* | drm/ttm: add io_mem_pfn callbackChristian König2017-04-04
|/
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* drm: radeon: radeon_ttm: Handle return NULL error from ioremap_nocacheArvind Yadav2017-01-27
* drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-27
* drm/mm: Convert to drm_printerDaniel Vetter2016-12-30
* drm/ttm: make eviction decision a driver callback v2Christian König2016-10-25
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-19
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-27
|\
| * drm/radeon: fix radeon_move_blit on 32bit systemsChristian König2016-08-19
| * drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer2016-08-05
* | drm: use drm_file to tag vm-bosDavid Herrmann2016-09-19
* | drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer2016-08-08
* | drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer2016-08-08
* | drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer2016-08-08
|/
* drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König2016-07-07
* drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König2016-07-07
* drm/ttm: add wait for idle in all drivers bo_move functionsChristian König2016-07-07
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-08
|\
| * drm/radeon: forbid mapping of userptr bo through radeon device fileJérôme Glisse2016-04-21
* | drm/ttm: implement LRU add callbacks v2Christian König2016-05-04
|/
* Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-04
|\
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-31
|\ \ | |/ |/|
| * drm/radeon: Don't move pinned BOsMichel Dänzer2016-03-28
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-20
|\ \ | |/ |/|
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-16
* | drm/radeon: use post-decrement in error handlingRasmus Villemoes2016-02-16
|/
* drm: Remove __OS_HAS_AGPDaniel Vetter2015-09-30
* drm/radeon: use kzalloc for allocating one thingManinder Singh2015-06-29
* drm/radeon: fix userptr BO unpin bug v3monk.liu2015-05-07
* drm/radeon: add extra check in radeon_ttm_tt_unpin_userptrChristian König2015-04-02
* drm/radeon: check the right ring in radeon_evict_flags()Alex Deucher2014-12-03
* drm/radeon: Try evicting from CPU accessible to inaccessible VRAM firstMichel Dänzer2014-11-12
* drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst2014-10-03
* drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter2014-09-23
* drm/radeon: fix AGP userptr handlingChristian König2014-09-18
* drm/radeon: add the infrastructure for concurrent buffer accessChristian König2014-09-11
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-02
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-27
* drm/radeon: add userptr flag to limit it to anonymous memory v2Christian König2014-08-11
* drm/radeon: add userptr support v8Christian König2014-08-11