summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2021-04-28drm/amdgpu/sriov: Remove clear vf fw supportVictor Zhao-33/+0
2021-04-28drm/amdgpu: provide socket/die id info in RAS messageHawking Zhang-2/+27
2021-04-28drm/amdgpu: implement smuio callback to query socket idHawking Zhang-0/+19
2021-04-28drm/amdgpu: Enable SDMA LS for VangoghJinzhou Su-0/+5
2021-04-28drm/amdgpu: Added missing prototypeSouptick Joarder-0/+1
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul-1/+1
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul-1/+1
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul-0/+2
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard-2092/+9506
2021-04-23drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König-8/+18
2021-04-23drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flagNirmoy Das-4/+1
2021-04-23drm/amdgpu: cleanup amdgpu_bo_create()Nirmoy Das-47/+14
2021-04-23drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow()Nirmoy Das-24/+45
2021-04-23drm/amdgpu: remove unused vm context flagsNirmoy Das-3/+0
2021-04-23drm/amdgpu: cleanup amdgpu_vm_init()Nirmoy Das-16/+6
2021-04-23drm/amdgpu: expose amdgpu_bo_create_shadow()Nirmoy Das-3/+6
2021-04-23drm/amdgpu: fix coding style and documentation in amdgpu_vram_mgr.cChristian König-80/+93
2021-04-23drm/amdgpu: fix coding style and documentation in amdgpu_gtt_mgr.cChristian König-79/+90
2021-04-23drm/amdgpu: extend xnack limit page fault timeoutAlex Sierra-0/+2
2021-04-23drm/amdgpu: disable gfx ras by default in aldebaranHawking Zhang-2/+1
2021-04-23drm/amd/amdgpu: add cglsKenneth Feng-0/+3
2021-04-23drm/amdgpu: optimize gfx ras features flag cleanStanley.Yang-5/+5
2021-04-23drm/amdgpu: Enable SDMA MGCG for VangoghJinzhou Su-0/+5
2021-04-23drm/amdgpu: add support for ras init flagsJohn Clements-2/+14
2021-04-23drm/amdgpu: refine gprs init shaders to check coverageDennis Li-5/+382
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König-5/+6
2021-04-20drm/amd/amdgpu/amdgpu_cs: Repair some function naming disparityLee Jones-3/+3
2021-04-20drm/amd/amdgpu/amdgpu_ring: Provide description for 'sched_score'Lee Jones-0/+1
2021-04-20drm/amd/amdgpu/amdgpu_ttm: Fix incorrectly documented function 'amdgpu_ttm_co...Lee Jones-1/+1
2021-04-20drm/amd/amdgpu/amdgpu_gart: Correct a couple of function names in the docsLee Jones-2/+2
2021-04-20drm/amd/amdgpu/amdgpu_fence: Provide description for 'sched_score'Lee Jones-0/+1
2021-04-20drm/amd/amdgpu/amdgpu_device: Remove unused variable 'r'Lee Jones-3/+2
2021-04-20drm/amdgpu: add svm_bo eviction to enable_signal cbAlex Sierra-3/+8
2021-04-20drm/amdgpu: svm bo enable_signal call conditionAlex Sierra-0/+14
2021-04-20drm/amdgpu: add param bit flag to create SVM BOsAlex Sierra-5/+6
2021-04-20drm/amdkfd: add svm_bo reference for eviction fenceAlex Sierra-5/+10
2021-04-20drm/amdkfd: SVM API call to restore page tablesAlex Sierra-5/+15
2021-04-20drm/amdgpu: enable 48-bit IH timestamp counterAlex Sierra-0/+1
2021-04-20drm/amdkfd: set memory limit to avoid OOM with HMM enabledPhilip Yang-0/+6
2021-04-20drm/amdgpu: Enable retry faults unconditionally on AldebaranFelix Kuehling-5/+12
2021-04-20drm/amdkfd: map svm range to GPUsFelix Kuehling-7/+4
2021-04-20drm/amdgpu: export vm update mapping interfacePhilip Yang-9/+20
2021-04-20drm/amdkfd: support larger svm range allocationPhilip Yang-1/+4
2021-04-20drm/amdgpu: add common HMM get pages functionPhilip Yang-66/+100
2021-04-20drm/amdgpu: Remove verify_access shortcut for KFD BOsFelix Kuehling-7/+0
2021-04-20drm/amdkfd: Allow access for mmapping KFD BOsFelix Kuehling-2/+19
2021-04-20drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpuFelix Kuehling-35/+48
2021-04-20drm/amdgpu/gmc9: remove dummy read workaround for newer chipsAlex Deucher-2/+4
2021-04-20drm/amdgpu: Add mem sync flag for IB allocated by SAJinzhou Su-0/+2
2021-04-20drm/amdgpu: Fix SDMA RAS error reporting on AldebaranMukul Joshi-7/+28