aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
AgeCommit message (Expand)Author
2016-08-19drm/radeon: fix radeon_move_blit on 32bit systemsChristian König
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
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter
2015-06-29drm/radeon: use kzalloc for allocating one thingManinder Singh
2015-05-07drm/radeon: fix userptr BO unpin bug v3monk.liu
2015-04-02drm/radeon: add extra check in radeon_ttm_tt_unpin_userptrChristian König
2014-12-03drm/radeon: check the right ring in radeon_evict_flags()Alex Deucher
2014-11-12drm/radeon: Try evicting from CPU accessible to inaccessible VRAM firstMichel Dänzer
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter
2014-09-18drm/radeon: fix AGP userptr handlingChristian König
2014-09-11drm/radeon: add the infrastructure for concurrent buffer accessChristian König
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König
2014-08-11drm/radeon: add userptr flag to limit it to anonymous memory v2Christian König
2014-08-11drm/radeon: add userptr support v8Christian König
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer
2014-08-05drm/radeon: Pass GART page flags to radeon_gart_set_page() explicitlyMichel Dänzer
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie
2014-03-18Merge tag 'v3.14-rc7' into drm-nextDave Airlie
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann
2014-03-06drm/radeon: silence GCC warning on 32 bitPaul Bolle
2014-03-06drm/radeon: TTM must be init with cpu-visible VRAM, v2Lauri Kasanen
2014-03-03drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2Marek Olšák
2013-12-24drm/radeon: add GART debugfs access v3Christian König
2013-12-24drm/radeon: add VRAM debugfs access v3Christian König
2013-12-24drm/radeon: cleanup radeon_ttm debugfs handlingChristian König
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann
2013-05-20drm/radeon: Fix VRAM size calculation for VRAM >= 4GBNiels Ole Salscheider
2013-02-04drm: fix compile failure by including <linux/swiotlb.h>Chris Metcalf
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic