summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2021-04-21drm/amdgpu/gmc9: remove dummy read workaround for newer chipsAlex Deucher1-2/+4
2021-04-21drm/amdgpu: Add mem sync flag for IB allocated by SAJinzhou Su1-0/+2
2021-04-21drm/amdgpu: Fix SDMA RAS error reporting on AldebaranMukul Joshi1-7/+28
2021-04-21drm/amdgpu: Reset RAS error count and status regsMukul Joshi1-0/+6
2021-04-21Revert "drm/amdgpu: workaround the TMR MC address issue (v2)"Oak Zeng4-40/+10
2021-04-21drm/amdgpu: fix GCR_GENERAL_CNTL offset for dimgrey_cavefishJiansong Chen1-1/+1
2021-04-21drm/amdgpu: resolve erroneous gfx_v9_4_2 printsJohn Clements1-1/+1
2021-04-21drm/amdgpu: fix a error injection failed issueDennis Li1-1/+1
2021-04-21drm/amdgpu: only harvest gcea/mmea error status in aldebaranHawking Zhang2-13/+19
2021-04-21drm/amdgpu: only harvest gcea/mmea error status in arcturusHawking Zhang2-6/+18
2021-04-21drm/amdgpu: enable tmz on renoir asicsHuang Rui1-1/+1
2021-04-21drm/amdgpu: correct default gfx wdt timeout settingHawking Zhang1-2/+2
2021-04-15drm/amdgpu: fix an error code in init_pmu_entry_by_type_and_add()Dan Carpenter1-1/+3
2021-04-15Revert "Revert "drm/amdgpu: Ensure that the modifier requested is supported b...Qingqing Zhuo1-0/+13
2021-04-15drm/amdgpu: Copy MEC FW version to MEC2 if we skipped loading MEC2Joseph Greathouse1-0/+3
2021-04-15drm/amdkfd: Remove legacy code not acquiring VMsFelix Kuehling2-54/+0
2021-04-15drm/amdgpu: Use iterator methods exposed by amdgpu_res_cursor.h in building S...Ramesh Errabolu3-12/+27
2021-04-15drm/amdgpu: Add double-sscanf but invertLuben Tuikov1-2/+5
2021-04-15drm/amd/amdgpu: add ASPM support on polarisKenneth Feng1-2/+191
2021-04-15drm/amd/amdgpu: enable ASPM on vegaKenneth Feng3-3/+257
2021-04-15drm/amd/amdgpu: enable ASPM on navi1xKenneth Feng1-8/+2
2021-04-15drm/amd/sriov no need to config GECC for sriovJack Zhang1-1/+1
2021-04-15drm/amdgpu: Fix kernel-doc for the RAS sysfs interfaceLuben Tuikov1-23/+24
2021-04-15drm/amdgpu: Add bad_page_cnt_threshold to debugfsLuben Tuikov1-0/+2
2021-04-15drm/amdgpu: Fix a bug in checking the result of reserve pageLuben Tuikov1-6/+3
2021-04-15drm/amdgpu: Fix a bug for input with double sscanfLuben Tuikov1-8/+5
2021-04-15drm/amdgpu: Add graphics cache rinse packet for sdmaJinzhou Su1-0/+28
2021-04-15drm/amdkfd: change MTYPEs for Aldebaran's HW requirementEric Huang1-8/+5
2021-04-15drm/amdgpu: Introduce new SETUP_TMR interfaceOak Zeng2-4/+19
2021-04-15drm/amdgpu: Calling address translation functions to simplify codesOak Zeng12-25/+12
2021-04-15drm/amdgpu: Introduce functions for vram physical addr calculationOak Zeng2-0/+39
2021-04-15drm/amdgpu: update gfx 9.4.2 ras error reportingJohn Clements1-6/+7
2021-04-15drm/amdgpu: update mmhub 1.7 ras error reportingJohn Clements1-1/+1
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