summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-23/+8
|\
| * mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig2019-08-071-1/+0
| * mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig2019-08-071-2/+5
| * amdgpu: remove -EAGAIN handling for hmm_range_faultChristoph Hellwig2019-08-071-20/+3
| * mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig2019-07-261-1/+1
* | Merge tag 'drm-next-5.4-2019-08-30' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-09-061-2/+4
|\ \
| * | drm/amdgpu: keep the stolen memory in visible vram regionTianci.Yin2019-08-291-2/+4
* | | Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-08-271-1/+1
|\| |
| * | drm/amdgpu: handle PCIe root ports with addressing limitationsChristoph Hellwig2019-08-151-1/+1
* | | Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-7/+7
|\ \ \ | |/ / |/| |
| * | dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-7/+7
* | | Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-08-121-0/+17
|\ \ \ | |/ / |/| |
| * | Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher2019-08-091-1/+1
| |\|
| * | drm/amdgpu: Implement VRAM wipe on releaseFelix Kuehling2019-08-021-0/+17
* | | drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-061-4/+4
* | | drm/amdgpu: use embedded gem objectGerd Hoffmann2019-08-061-1/+1
| |/ |/|
* | Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-191-7/+44
|\|
| * drm/amdgpu: Fix silent amdgpu_bo_move failuresFelix Kuehling2019-07-171-3/+37
| * drm/amdgpu: Fix unaligned memory copiesFelix Kuehling2019-07-161-0/+2
| * drm/amdgpu: Fix potential integer overflowsFelix Kuehling2019-07-111-4/+5
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-158/+156
|\|
| * drm/amdgpu: Prepare for hmm_range_register API change (v2)Philip Yang2019-07-081-1/+9
| * Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-9/+14
| |\
| | * Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-9/+14
| | |\
| | | * drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-2/+3
| | | * drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-101-7/+10
| |_|/ |/| |
| * | drm/amd/gmc9: rename AMDGPU_PTE_MTYPE to AMDGPU_PTE_MTYPE_VG10Hawking Zhang2019-06-201-2/+2
| * | drm/amdgpu: use new HMM APIs and helpersPhilip Yang2019-06-111-84/+68
| |/
| * drm/amdgpu: Improve error handling for HMMFelix Kuehling2019-05-241-4/+18
| * drm/amdgpu: support userptr cross VMAs case with HMMPhilip Yang2019-05-241-35/+91
| * drm/amdgpu: fix HMM config dependency issuePhilip Yang2019-05-241-23/+6
| * drm/amdgpu: replace get_user_pages with HMM mirror helpersPhilip Yang2019-05-241-106/+72
| * drm/amdgpu: remove static GDS, GWS and OA allocationChristian König2019-05-241-21/+3
|/
* Revert "drm/amdgpu: replace get_user_pages with HMM mirror helpers"Alex Deucher2019-03-281-72/+106
* Revert "drm/amdgpu: fix HMM config dependency issue"Alex Deucher2019-03-281-6/+23
* Revert "drm/amdgpu: support userptr cross VMAs case with HMM"Alex Deucher2019-03-281-91/+35
* drm/amdgpu: support userptr cross VMAs case with HMMPhilip Yang2019-03-191-35/+91
* drm/amdgpu: stop evicting busy PDs/PTsChristian König2019-03-191-0/+7
* drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann2019-03-191-7/+2
* drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+0
* drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-2/+0
* drm/amdgpu: fix HMM config dependency issuePhilip Yang2019-03-191-23/+6
* drm/amdgpu: replace get_user_pages with HMM mirror helpersPhilip Yang2019-03-191-106/+72
* drm/amdgpu: clean up memory/GDS/GWS/OA alignment codeMarek Olšák2019-02-011-3/+3
* drm/amdgpu: set bulk_moveable to false when lru changed v2Chunming Zhou2019-01-251-1/+2
* drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky2018-11-051-1/+1
* drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-57/+2
* drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-44/+0
* drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* drm/amdgpu: move reserving GDS/GWS/OA into common codeChristian König2018-09-191-0/+18