summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2021-05-05drm/amdgpu: Add show_fdinfo() interfaceRoy Sun11-2/+288
2021-05-03drm/ttm: always initialize the full ttm_resource v2Christian König1-2/+0
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul1-1/+1
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul1-1/+1
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul1-0/+2
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard166-2092/+9506
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König4-5/+6
2021-04-19drm/amdgpu: check base size instead of mem.num_pagesChristian König1-4/+3
2021-04-19drm/amdgpu: freeing pinned objects is illegal nowChristian König1-26/+10
2021-04-19drm/amdgpu: make sure we unpin the UVD BOChristian König1-0/+1
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-1/+2
2021-04-09drm/amdgpu: page retire over debugfs mechanismJohn Clements1-0/+67
2021-04-09drm/amdgpu: enable ras eeprom on aldebaranJohn Clements1-1/+7
2021-04-09drm/amdgpu: RAS harvest on driver loadJohn Clements1-0/+29
2021-04-09drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flagJude Shih1-0/+1
2021-04-09drm/amdgpu: Fix size overflowxinhui pan1-1/+1
2021-04-09drm/amdgpu: move mmhub ras_func init to ip specific fileHawking Zhang2-19/+19
2021-04-09drm/amdgpu: Remove unused function amdgpu_bo_fbdev_mmap()Thomas Zimmermann2-21/+0
2021-04-09Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane."Qingqing Zhuo1-13/+0
2021-04-09drm/amdgpu: split gfx callbacks into ras and non-ras onesHawking Zhang8-87/+92
2021-04-09drm/amdgpu: split mmhub callbacks into ras and non-ras onesHawking Zhang13-29/+74
2021-04-09drm/amdgpu: do not register df_mca interrupt in certain configHawking Zhang1-2/+4
2021-04-09drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang12-32/+51
2021-04-09drm/amdgpu: move xgmi ras functions to xgmi_ras_funcsHawking Zhang6-17/+42
2021-04-09drm/amdgpu: split nbio callbacks into ras and non-ras onesHawking Zhang6-30/+63
2021-04-09drm/amdgpu: implement query_ras_error_address callbackHawking Zhang1-0/+90
2021-04-09drm/amdgpu: implement umc query error count callbackHawking Zhang2-0/+92
2021-04-09drm/amdgpu: add helper funtion to query umc ras errorHawking Zhang2-0/+77
2021-04-09drm/amdgpu: create umc_v6_7_funcs for aldebaranHawking Zhang3-1/+58
2021-04-09drm/amdgpu: initialze ras caps per paltform configHawking Zhang1-12/+23
2021-04-09drm/amdgpu: drop some unused atombios functionsAlex Deucher2-163/+0
2021-04-09drm/amd: cleanup coding style a bitBernard Zhao1-4/+3
2021-04-09drm/amdgpu: support sdma error injectionStanley.Yang1-0/+1
2021-04-09drm/amdgpu: reserve fence slot to update page tablePhilip Yang1-2/+8
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou5-63/+164
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou2-0/+19
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou2-0/+13
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou1-3/+3
2021-04-09drm/amdgpu: check alignment on CPU page for bo mapXℹ Ruoyao1-4/+4
2021-04-09drm/amdgpu: Set a suitable dev_info.gart_page_sizeHuacai Chen1-2/+2
2021-04-09drm/amdgpu: fix compiler warning(v2)Guchun Chen1-3/+1
2021-04-09drm/amdgpu: fix NULL pointer dereferenceGuchun Chen1-1/+1
2021-04-09drm/amdgpu: Add new PF2VF flags for VF register access methodRohit Khaire2-2/+26
2021-04-09drm/amdgpu: skip PP_MP1_STATE_UNLOAD on aldebaranFeifei Xu1-2/+1
2021-04-09drm/amd/amdgpu: set MP1 state to UNLOAD before reload its FW for vega20/ALDEB...Chengming Gui1-1/+3
2021-04-09drm/amdgpu: Reset error code for 'no handler' caseLijo Lazar1-3/+8
2021-04-09drm/amdgpu: ih reroute for newer asics than vega20Alex Sierra1-3/+3
2021-04-09drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das1-1/+1
2021-04-09drm/amd/pm: unify the interface for gfx state settingEvan Quan1-10/+6
2021-04-09drm/amd/pm: unify the interface for loading SMU microcodeEvan Quan1-8/+2