summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie1-3/+2
2020-07-23Merge tag 'amd-drm-next-5.9-2020-07-17' of git://people.freedesktop.org/~agd5...Dave Airlie1-1/+1
2020-07-23Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-7/+2
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König1-2/+2
2020-07-21drm: remove optional dummy function from drivers using TTMChristian König1-5/+0
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-10/+17
2020-07-13drm/amdgpu: stop allocating dummy GTT nodesChristian König1-4/+14
2020-07-13drm: amdgpu: fix common struct sg_table related issuesMarek Szyprowski1-6/+3
2020-07-02drm/amdgpu: correct discovery_tmr_size init valWenhui Sheng1-1/+1
2020-07-02Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie1-48/+67
2020-07-01drm/amdgpu: make sure to reserve tmr region on all asics which support itAlex Deucher1-1/+1
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das1-1/+1
2020-07-01drm/amdgpu: bypass tmr when reserve c2p memoryLikun Gao1-29/+19
2020-07-01drm/amdgpu: remove unnecessary check for mem trainLikun Gao1-2/+5
2020-07-01drm/amdgpu: reserve fb according to return value from vbiosLikun Gao1-56/+71
2020-07-01drm/amdgpu: switch to query reserved fb size from vbios (v3)Hawking Zhang1-5/+16
2020-06-30Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-7/+23
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-193/+215
2020-06-25drm/amdgpu: move ttm bo->offset to amdgpu_boNirmoy Das1-7/+23
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-5/+5
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-150/+192
2020-05-14Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5...Dave Airlie1-9/+11
2020-05-11mm/hmm: remove the customizable pfn format from hmm_range_faultJason Gunthorpe1-25/+10
2020-05-11mm/hmm: remove HMM_PFN_SPECIALJason Gunthorpe1-1/+0
2020-05-11drm/amdgpu: remove dead code after hmm_range_fault()Jason Gunthorpe1-10/+6
2020-05-11mm/hmm: make hmm_range_fault return 0 or -1Jason Gunthorpe1-2/+2
2020-05-08Merge tag 'amd-drm-next-5.8-2020-04-30' of git://people.freedesktop.org/~agd5...Dave Airlie1-143/+181
2020-05-01drm/amdgpu: skip reservation of discovery tmr region in pre-NaviHawking Zhang1-3/+5
2020-05-01drm/amdgpu: re-structue members for ip discoveryHawking Zhang1-6/+6
2020-04-30Merge tag 'amd-drm-next-5.8-2020-04-24' of git://people.freedesktop.org/~agd5...Dave Airlie1-3/+5
2020-04-28drm/amdgpu: cleanup IB pool handling a bitChristian König1-4/+6
2020-04-28drm/amdgpu: fix size calculation in amdgpu_ttm_copy_mem_to_memChristian König1-3/+3
2020-04-28drm/amdgpu: add full TMZ support into amdgpu_ttm_map_buffer v2Christian König1-8/+30
2020-04-28drm/amdgpu: cleanup amdgpu_ttm_copy_mem_to_mem and amdgpu_map_buffer v2Christian König1-136/+134
2020-04-28drm/amdgpu: stop evicting encrypted BOs to swapChristian König1-0/+3
2020-04-28drm/amdgpu: add TMZ handling to amdgpu_move_blitChristian König1-9/+19
2020-04-28drm/amdgpu: also add the TMZ flag to GARTChristian König1-0/+3
2020-04-28drm/amdgpu: expand amdgpu_copy_buffer interface with tmz parameterAaron Liu1-3/+3
2020-04-28drm/amdgpu: expand sdma copy_buffer interface with tmz parameterAaron Liu1-2/+2
2020-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-2/+1
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-3/+5
2020-03-31Merge v5.6 into drm-nextDave Airlie1-1/+1
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe1-1/+1
2020-03-26mm: simplify device private page handling in hmm_range_faultChristoph Hellwig1-1/+0
2020-03-25drm/amdgpu: don't try to reserve training bo for sriov (v2)Monk Liu1-3/+5
2020-03-25drm/amdgpu: fix scatter-gather mapping with user pagesShane Francis1-1/+1
2020-03-06drm/amdgpu: Use better names to reflect it is CP MQD bufferYong Zhao1-2/+5
2020-02-28drm/amdgpu: no need to clean debugfs at amdgpuYintian Tao1-10/+0
2020-02-28Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie1-49/+41
2020-02-26drm/amdgpu/ttm: move debugfs init into core amdgpu debugfsAlex Deucher1-12/+2