aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-09drm/amdgpu: skip CG/PG for gfx during S0ixPratik Vishwakarma1-0/+8
2021-04-09drm/amdgpu: update comments about s0ix suspend/resumeAlex Deucher1-3/+7
2021-04-09drm/amdgpu/swsmu: skip gfx cgpg on s0ix suspendAlex Deucher1-2/+1
2021-04-09drm/amdgpu: re-enable suspend phase 2 for S0ixAlex Deucher1-3/+9
2021-04-09drm/amdgpu: move s0ix check into amdgpu_device_ip_suspend_phase2 (v3)Alex Deucher1-4/+6
2021-04-09drm/amdgpu: clean up non-DC suspend/resume handlingAlex Deucher1-84/+2
2021-04-09drm/amdgpu: rework S3/S4/S0ix state handlingAlex Deucher1-9/+3
2021-04-09drm/amdgpu: fix the hibernation suspend with s0ixPrike Liang1-2/+6
2021-04-09drm/amdgpu: disentangle HG systems from vgaswitcherooAlex Deucher1-22/+16
2021-04-09Revert "drm/amdgpu: disable gpu reset on Vangogh for now"Xiaojian Du1-0/+1
2021-04-09drm/amdgpu: add codes to capture invalid hardware access when recoveryDennis Li1-9/+38
2021-03-23drm/amdgpu: drop extraneous hw_status updateAlex Deucher1-1/+0
2021-03-23drm/amdgpu: Enable light SBR in XGMI+passthrough configurationshaoyunl1-4/+5
2021-03-23drm/amdgpu: drop legacy IO bar supportAlex Deucher1-57/+0
2021-03-23drm/amdgpu: nuke the ih reentrant lockChristian König1-1/+0
2021-03-23drm/amdgpu: fix send ras disable cmd when asic not support rasStanley.Yang1-3/+6
2021-03-23drm/amdgpu: Fix spelling mistake "disabed" -> "disabled"Colin Ian King1-1/+1
2021-03-23drm/amdgpu: Enable light SBR for SMU on passthrough and XGMI configurationshaoyunl1-0/+4
2021-03-23drm/amdgpu: Reset the devices in the XGMI hive duirng probeshaoyunl1-27/+75
2021-03-23drm/amdgpu: Add reset_list for device list used for resetshaoyunl1-15/+18
2021-03-23drm/amdgpu: Add kfd init_complete flag to check from amdgpu sideshaoyunl1-1/+8
2021-03-23drm/amdgpu: retire aldebaran gpu_info firmwareHawking Zhang1-4/+1
2021-03-23drm/amdgpu:add smu mode1/2 support for aldebaranFeifei Xu1-0/+39
2021-03-10drm/amdgpu: set ip blocks for aldebaranLe Ma1-0/+1
2021-03-10drm/amdgpu: add gpu_info fw parse support for aldebaranLe Ma1-0/+4
2021-03-10drm/amdgpu: add aldebaran asic typeLe Ma1-0/+1
2021-03-05drm/amdgpu: Fix some unload driver issuesEmily Deng1-0/+1
2021-03-05drm/amd/amdgpu: add fini virt data exchange to ip_suspendJingwen Chen1-1/+3
2021-03-05drm/amdgpu: enable one vf mode on sienna cichlid vfHorace Chen1-0/+2
2021-02-26drm/amdgpu: remove unnecessary reading for epprom headerDennis Li1-1/+1
2021-02-26drm/amd/amdgpu: move inc gpu_reset_counter after drm_sched_stopJingwen Chen1-1/+2
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang1-2/+4
2021-02-09drm/amdgpu: enable gpu recovery for dimgrey_cavefishTao Zhou1-0/+1
2021-02-09drm/amdgpu: use runpm flag rather than fbcon for kfd runtime suspend (v2)Alex Deucher1-2/+2
2021-02-09drm/amdgpu: drop extra drm_kms_helper_poll_enable/disable callsAlex Deucher1-2/+0
2021-02-09drm/amdgpu: add generic pci reset as an optionAlex Deucher1-0/+12
2021-01-28drm/amdgpu: disable gpu reset on Vangogh for nowAlex Deucher1-1/+0
2021-01-25drm/amdgpu: race issue when jobs on 2 ring timeoutHorace Chen1-10/+59
2021-01-21drm/amdgpu: remove gpu info firmware of green sardineHuang Rui1-1/+0
2021-01-21drm/amdgpu:Add pcie gen5 support in pcie capability.Feifei Xu1-2/+14
2021-01-20Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/ag...Daniel Vetter1-1/+6
2021-01-20Merge tag 'drm-misc-next-2021-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-14/+16
2021-01-15drm/amdgpu: Remove unused variableNirmoy Das1-1/+0
2021-01-15Merge tag 'amd-drm-next-5.12-2021-01-08' of https://gitlab.freedesktop.org/ag...Dave Airlie1-3/+3
2021-01-13drm/amdgpu: Enable GPU reset for vangoghAlex Deucher1-0/+1
2021-01-13drm/amdgpu: Decrease compute timeout to 10 s for sriov multiple VFEmily.Deng1-1/+4
2021-01-13drm/amdgpu: Remove references to struct drm_device.pdevThomas Zimmermann1-9/+8
2021-01-13drm/amdgpu: Fix trailing whitespacesThomas Zimmermann1-3/+3
2021-01-14drm/amdgpu: Resize BAR0 to the maximum available size, even if it doesn't cov...Nirmoy Das1-1/+5
2021-01-11drm/amdgpu: enable gpu recovery for navy_flounderJiansong Chen1-0/+1