| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/ttm: make eviction decision a driver callback v2 | Christian König | 2016-10-25 | 1 | -0/+1 |
* | mm: replace get_user_pages() write/force parameters with gup_flags | Lorenzo Stoakes | 2016-10-19 | 1 | -1/+2 |
* | Merge tag 'v4.8-rc8' into drm-next | Dave Airlie | 2016-09-28 | 1 | -2/+2 |
|\ |
|
| * | drm/radeon: fix radeon_move_blit on 32bit systems | Christian König | 2016-08-19 | 1 | -2/+2 |
| * | drm/ttm: Wait for a BO to become idle before unbinding it from GTT | Michel Dänzer | 2016-08-05 | 1 | -2/+2 |
* | | drm: use drm_file to tag vm-bos | David Herrmann | 2016-09-19 | 1 | -1/+2 |
* | | drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy | Michel Dänzer | 2016-08-08 | 1 | -2/+1 |
* | | drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm | Michel Dänzer | 2016-08-08 | 1 | -2/+2 |
* | | drm/ttm: Wait for a BO to become idle before unbinding it from GTT | Michel Dänzer | 2016-08-08 | 1 | -2/+2 |
|/ |
|
* | drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanup | Christian König | 2016-07-07 | 1 | -2/+1 |
* | drm/ttm: wait for BO idle in ttm_bo_move_memcpy | Christian König | 2016-07-07 | 1 | -1/+2 |
* | drm/ttm: add wait for idle in all drivers bo_move functions | Christian König | 2016-07-07 | 1 | -0/+4 |
* | Merge tag 'v4.6-rc7' into drm-next | Dave Airlie | 2016-05-09 | 1 | -0/+2 |
|\ |
|
| * | drm/radeon: forbid mapping of userptr bo through radeon device file | Jérôme Glisse | 2016-04-22 | 1 | -0/+2 |
* | | drm/ttm: implement LRU add callbacks v2 | Christian König | 2016-05-05 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'PAGE_CACHE_SIZE-removal' | Linus Torvalds | 2016-04-04 | 1 | -1/+1 |
|\ |
|
| * | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into... | Dave Airlie | 2016-04-01 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | drm/radeon: Don't move pinned BOs | Michel Dänzer | 2016-03-28 | 1 | -0/+6 |
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-21 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 2016-02-16 | 1 | -2/+1 |
* | | drm/radeon: use post-decrement in error handling | Rasmus Villemoes | 2016-02-16 | 1 | -1/+1 |
|/ |
|
* | drm: Remove __OS_HAS_AGP | Daniel Vetter | 2015-09-30 | 1 | -5/+5 |
* | drm/radeon: use kzalloc for allocating one thing | Maninder Singh | 2015-06-29 | 1 | -1/+1 |
* | drm/radeon: fix userptr BO unpin bug v3 | monk.liu | 2015-05-07 | 1 | -5/+3 |
* | drm/radeon: add extra check in radeon_ttm_tt_unpin_userptr | Christian König | 2015-04-02 | 1 | -0/+4 |
* | drm/radeon: check the right ring in radeon_evict_flags() | Alex Deucher | 2014-12-04 | 1 | -1/+1 |
* | drm/radeon: Try evicting from CPU accessible to inaccessible VRAM first | Michel Dänzer | 2014-11-12 | 1 | -1/+24 |
* | drm/radeon: export reservation_object from dmabuf to ttm | Maarten Lankhorst | 2014-10-03 | 1 | -1/+1 |
* | drm/<ttm-based-drivers>: Don't call drm_mmap | Daniel Vetter | 2014-09-24 | 1 | -1/+1 |
* | drm/radeon: fix AGP userptr handling | Christian König | 2014-09-19 | 1 | -7/+14 |
* | drm/radeon: add the infrastructure for concurrent buffer access | Christian König | 2014-09-11 | 1 | -6/+6 |
* | drm/ttm: flip the switch, and convert to dma_fence | Maarten Lankhorst | 2014-09-02 | 1 | -32/+2 |
* | drm/ttm: move fpfn and lpfn into each placement v2 | Christian König | 2014-08-27 | 1 | -11/+14 |
* | drm/radeon: add userptr flag to limit it to anonymous memory v2 | Christian König | 2014-08-11 | 1 | -0/+10 |
* | drm/radeon: add userptr support v8 | Christian König | 2014-08-11 | 1 | -0/+145 |
* | drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2) | Michel Dänzer | 2014-08-05 | 1 | -1/+1 |
* | drm/radeon: Pass GART page flags to radeon_gart_set_page() explicitly | Michel Dänzer | 2014-08-05 | 1 | -2/+6 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr... | Dave Airlie | 2014-03-18 | 1 | -2/+3 |
|\ |
|
| * | drm: init TTM dev_mapping in ttm_bo_device_init() | David Herrmann | 2014-03-16 | 1 | -2/+3 |
| * | drm: use anon-inode instead of relying on cdevs | David Herrmann | 2014-03-16 | 1 | -1/+1 |
* | | Merge tag 'v3.14-rc7' into drm-next | Dave Airlie | 2014-03-18 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | drm/radeon: silence GCC warning on 32 bit | Paul Bolle | 2014-03-06 | 1 | -1/+1 |
| * | drm/radeon: TTM must be init with cpu-visible VRAM, v2 | Lauri Kasanen | 2014-03-06 | 1 | -0/+3 |
* | | drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2 | Marek Olšák | 2014-03-03 | 1 | -1/+7 |
|/ |
|
* | drm/radeon: add GART debugfs access v3 | Christian König | 2013-12-24 | 1 | -0/+63 |
* | drm/radeon: add VRAM debugfs access v3 | Christian König | 2013-12-24 | 1 | -1/+76 |
* | drm/radeon: cleanup radeon_ttm debugfs handling | Christian König | 2013-12-24 | 1 | -36/+23 |
* | drm: rip out drm_core_has_AGP | Daniel Vetter | 2013-12-18 | 1 | -1/+1 |
* | drm: verify vma access in TTM+GEM drivers | David Herrmann | 2013-08-27 | 1 | -1/+3 |