aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-56/+89
2019-11-23drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe1-44/+72
2019-11-23drm/amdgpu: Call find_vma under mmap_semJason Gunthorpe1-16/+21
2019-11-06drm/amdgpu/discovery: Need to free discovery memoryEmily Deng1-3/+3
2019-11-04Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-20/+0
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-5/+27
2019-10-30drm/amdgpu: remove set but not used variable 'adev'YueHaibing1-9/+0
2019-10-30Merge tag 'drm-next-5.5-2019-10-25' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-9/+110
2019-10-28drm/amdgpu: add independent DMA-buf import v9Christian König1-5/+27
2019-10-25drm/amdgpu: Move amdgpu_ras_recovery_init to after SMU ready.Andrey Grodzovsky1-11/+0
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-70/+24
2019-10-17drm/amdgpu: reserve vram for memory training(v4)Tianci.Yin1-0/+91
2019-10-15drm/amdgpu/discovery: reserve discovery data at the top of VRAMXiaojie Yuan1-0/+17
2019-10-10drm/amdgpu: Use the ALIGN() macroLuben Tuikov1-9/+2
2019-10-04drm/amdgpu: remove redundant variable r and redundant return statementColin Ian King1-2/+0
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-26/+30
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-23/+8
2019-09-17drm/amdgpu: cleanup creating BOs at fixed location (v2)Christian König1-69/+13
2019-09-13drm/amdgpu: move the call of ras recovery_init and bad page reserve to proper placeTao Zhou1-0/+12
2019-09-11drm/amdgpu: switch to gem vma offset managerGerd Hoffmann1-1/+1
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann1-0/+1
2019-09-06Merge tag 'drm-next-5.4-2019-08-30' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+4
2019-08-29drm/amdgpu: keep the stolen memory in visible vram regionTianci.Yin1-2/+4
2019-08-27Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-1/+1
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-7/+7
2019-08-15drm/amdgpu: handle PCIe root ports with addressing limitationsChristoph Hellwig1-1/+1
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-7/+7
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+17
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher1-1/+1
2019-08-07mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig1-1/+0
2019-08-07mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig1-2/+5
2019-08-07amdgpu: remove -EAGAIN handling for hmm_range_faultChristoph Hellwig1-20/+3
2019-08-06drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-4/+4
2019-08-06drm/amdgpu: use embedded gem objectGerd Hoffmann1-1/+1
2019-08-02drm/amdgpu: Implement VRAM wipe on releaseFelix Kuehling1-0/+17
2019-07-26mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig1-1/+1
2019-07-19Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-7/+44
2019-07-17drm/amdgpu: Fix silent amdgpu_bo_move failuresFelix Kuehling1-3/+37
2019-07-16drm/amdgpu: Fix unaligned memory copiesFelix Kuehling1-0/+2
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-158/+156
2019-07-11drm/amdgpu: Fix potential integer overflowsFelix Kuehling1-4/+5
2019-07-08drm/amdgpu: Prepare for hmm_range_register API change (v2)Philip Yang1-1/+9
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-9/+14
2019-06-20drm/amd/gmc9: rename AMDGPU_PTE_MTYPE to AMDGPU_PTE_MTYPE_VG10Hawking Zhang1-2/+2
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-9/+14
2019-06-11drm/amdgpu: use new HMM APIs and helpersPhilip Yang1-84/+68
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-2/+3
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-7/+10
2019-05-24drm/amdgpu: Improve error handling for HMMFelix Kuehling1-4/+18
2019-05-24drm/amdgpu: support userptr cross VMAs case with HMMPhilip Yang1-35/+91