summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-22drm/amdgpu: forbid mapping of userptr bo through radeon device fileJérôme Glisse1-0/+2
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-01Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-0/+6
2016-03-28drm/amdgpu: Don't move pinned BOsMichel Dänzer1-0/+6
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-56/+109
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-24/+77
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-1/+1
2016-03-08drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6Christian König1-14/+39
2016-03-08drm/amdgpu: prevent get_user_pages recursionChristian König1-10/+38
2016-02-16drm/amdgpu: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+1
2016-02-12drm/amdgpu: use separate scheduler entitiy for buffer movesChristian König1-1/+18
2016-02-12drm/amdgpu: use per VM entity for page table updates (v2)Christian König1-1/+1
2016-02-10drm/amdgpu: move sync into job objectChristian König1-1/+1
2016-02-10drm/amdgpu: cleanup in kernel job submissionChristian König1-22/+12
2016-02-10drm/amdgpu: move ring from IBs into jobChristian König1-1/+1
2016-02-10drm/amdgpu: make pad_ib a ring function v3Christian König1-1/+1
2016-02-10drm/amdgpu: check userptrs mm earlierChristian König1-6/+3
2016-02-10drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou1-4/+0
2016-02-10drm/amdgpu: fix issue with overlapping userptrsChristian König1-0/+19
2016-02-10drm/amdgpu: fix issue with overlapping userptrsChristian König1-0/+19
2016-02-03drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 aboveKen Wang1-1/+1
2015-12-04drm/amdgpu: set snooped flags only on system addresses v2Christian König1-3/+4
2015-12-02drm/amdgpu: add err check for pin userptrChunming Zhou1-3/+7
2015-11-16drm/amdgpu: fix seq_printf format stringArnd Bergmann1-3/+3
2015-11-04drm/amdgpu: remove AMDGPU_FENCE_OWNER_MOVEChristian König1-1/+1
2015-10-08drm/amdgpu: add vram usage into debugfsChunming Zhou1-0/+5
2015-09-24drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König1-1/+1
2015-09-03drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher1-1/+2
2015-08-27drm/amdgpu: use IB for copy buffer of evictionChunming Zhou1-37/+40
2015-08-25drm/amdgpu: fix no sync_wait in copy_bufferChunming Zhou1-1/+7
2015-08-25drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou1-1/+1
2015-06-29drm/amdgpu: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-06-04drm/amdgpu: remove mclk_lockChristian König1-36/+4
2015-06-04drm/amdgpu: fix userptr BO unpin bug (v2)monk.liu1-5/+3
2015-06-04drm/amdgpu: add core driver (v4)Alex Deucher1-0/+1249