summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-091-0/+2
|\
| * drm/amdgpu: forbid mapping of userptr bo through radeon device fileJérôme Glisse2016-04-211-0/+2
* | drm/amdgpu: group BOs by log2 of the size on the LRU v2Christian König2016-05-041-2/+59
* | drm/ttm: implement LRU add callbacks v2Christian König2016-05-041-0/+2
* | drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius2016-05-041-1/+1
* | drm/amdgpu: optionally enable GART debugfs fileChristian König2016-05-021-0/+9
|/
* Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-041-1/+1
|\
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-04-011-0/+6
|\ \ | |/ |/|
| * drm/amdgpu: Don't move pinned BOsMichel Dänzer2016-03-281-0/+6
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-56/+109
|\ \ | |/
| * Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-171-24/+77
| |\
| | * drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6Christian König2016-03-081-14/+39
| | * drm/amdgpu: prevent get_user_pages recursionChristian König2016-03-081-10/+38
| * | Merge drm-fixes into drm-next.Dave Airlie2016-03-141-1/+1
| |\ \ | | |/ | |/|
| * | drm/amdgpu: use separate scheduler entitiy for buffer movesChristian König2016-02-121-1/+18
| * | drm/amdgpu: use per VM entity for page table updates (v2)Christian König2016-02-121-1/+1
| * | drm/amdgpu: move sync into job objectChristian König2016-02-101-1/+1
| * | drm/amdgpu: cleanup in kernel job submissionChristian König2016-02-101-22/+12
| * | drm/amdgpu: move ring from IBs into jobChristian König2016-02-101-1/+1
| * | drm/amdgpu: make pad_ib a ring function v3Christian König2016-02-101-1/+1
| * | drm/amdgpu: check userptrs mm earlierChristian König2016-02-101-6/+3
| * | drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou2016-02-101-4/+0
| * | drm/amdgpu: fix issue with overlapping userptrsChristian König2016-02-101-0/+19
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-2/+1
|\ \ \ | |_|/ |/| |
| * | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1
* | | drm/amdgpu: use post-decrement in error handlingRasmus Villemoes2016-02-161-1/+1
|/ /
* | drm/amdgpu: fix issue with overlapping userptrsChristian König2016-02-101-0/+19
|/
* drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 aboveKen Wang2016-02-021-1/+1
* drm/amdgpu: set snooped flags only on system addresses v2Christian König2015-12-041-3/+4
* drm/amdgpu: add err check for pin userptrChunming Zhou2015-12-021-3/+7
* drm/amdgpu: fix seq_printf format stringArnd Bergmann2015-11-161-3/+3
* drm/amdgpu: remove AMDGPU_FENCE_OWNER_MOVEChristian König2015-11-041-1/+1
* drm/amdgpu: add vram usage into debugfsChunming Zhou2015-10-071-0/+5
* drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König2015-09-231-1/+1
* drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher2015-09-031-1/+2
* drm/amdgpu: use IB for copy buffer of evictionChunming Zhou2015-08-261-37/+40
* drm/amdgpu: fix no sync_wait in copy_bufferChunming Zhou2015-08-251-1/+7
* drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou2015-08-251-1/+1
* drm/amdgpu: use kzalloc for allocating one thingManinder Singh2015-06-291-1/+1
* drm/amdgpu: remove mclk_lockChristian König2015-06-031-36/+4
* drm/amdgpu: fix userptr BO unpin bug (v2)monk.liu2015-06-031-5/+3
* drm/amdgpu: add core driver (v4)Alex Deucher2015-06-031-0/+1249
OpenPOWER on IntegriCloud