summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
Commit message (Expand)AuthorAge
* drm/radeon: forbid mapping of userptr bo through radeon device fileJérôme Glisse2016-04-21
* 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-04-01
|\ \ | |/ |/|
| * 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-24
* 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
* drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer2014-08-05
* drm/radeon: Pass GART page flags to radeon_gart_set_page() explicitlyMichel Dänzer2014-08-05
* Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-18
|\
| * drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-16
| * drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-16
* | Merge tag 'v3.14-rc7' into drm-nextDave Airlie2014-03-18
|\ \ | |/ |/|
| * drm/radeon: silence GCC warning on 32 bitPaul Bolle2014-03-06
| * drm/radeon: TTM must be init with cpu-visible VRAM, v2Lauri Kasanen2014-03-06
* | drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2Marek Olšák2014-03-03
|/
* drm/radeon: add GART debugfs access v3Christian König2013-12-24
* drm/radeon: add VRAM debugfs access v3Christian König2013-12-24
* drm/radeon: cleanup radeon_ttm debugfs handlingChristian König2013-12-24
* drm: rip out drm_core_has_AGPDaniel Vetter2013-12-18
* drm: verify vma access in TTM+GEM driversDavid Herrmann2013-08-27
* drm/radeon: Fix VRAM size calculation for VRAM >= 4GBNiels Ole Salscheider2013-05-20
* drm: fix compile failure by including <linux/swiotlb.h>Chris Metcalf2013-02-04
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-10
* drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst2012-11-20
* drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst2012-11-20
* drm/radeon: Mark all possible functions / structs as staticLauri Kasanen2012-09-20
* drm: track dev_mapping in more robust and flexible wayIlija Hadzic2012-07-25
* drm/radeon: replace vmram_mutex with mclk_lock v2Christian König2012-06-21
* drm/radeon: rework ring syncing codeChristian König2012-06-21
* drm/radeon: remove radeon_fence_createChristian König2012-06-21
* drm/radeon: add PRIME support (v2)Alex Deucher2012-05-23
* drm/radeon: immediately free ttm-move semaphoreChristian König2012-05-09
* drm/radeon: fix a bug with the ring syncing codeChristian König2012-05-03
* drm/radeon/kms: reorganize copy callbacksAlex Deucher2012-02-29