summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorLines
2021-03-22drm/amdgpu: skip kfd suspend/resume for S0ixAlex Deucher-4/+7
2021-03-22drm/amdgpu: drop S0ix checks around CG/PG in suspendAlex Deucher-4/+2
2021-03-22drm/amdgpu: skip CG/PG for gfx during S0ixPratik Vishwakarma-0/+8
2021-03-22drm/amdgpu: update comments about s0ix suspend/resumeAlex Deucher-3/+7
2021-03-22drm/amdgpu/swsmu: skip gfx cgpg on s0ix suspendAlex Deucher-2/+1
2021-03-22drm/amdgpu: re-enable suspend phase 2 for S0ixAlex Deucher-3/+9
2021-03-22drm/amdgpu: move s0ix check into amdgpu_device_ip_suspend_phase2 (v3)Alex Deucher-4/+6
2021-03-22drm/amdgpu: clean up non-DC suspend/resume handlingAlex Deucher-84/+2
2021-03-22drm/amdgpu: rework S3/S4/S0ix state handlingAlex Deucher-9/+3
2021-03-22drm/amdgpu: fix the hibernation suspend with s0ixPrike Liang-2/+6
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang-2/+4
2021-02-09drm/amdgpu: enable gpu recovery for dimgrey_cavefishTao Zhou-0/+1
2021-02-09drm/amdgpu: use runpm flag rather than fbcon for kfd runtime suspend (v2)Alex Deucher-2/+2
2021-02-09drm/amdgpu: drop extra drm_kms_helper_poll_enable/disable callsAlex Deucher-2/+0
2021-02-09drm/amdgpu: add generic pci reset as an optionAlex Deucher-0/+12
2021-01-28drm/amdgpu: disable gpu reset on Vangogh for nowAlex Deucher-1/+0
2021-01-25drm/amdgpu: race issue when jobs on 2 ring timeoutHorace Chen-10/+59
2021-01-21drm/amdgpu: remove gpu info firmware of green sardineHuang Rui-1/+0
2021-01-21drm/amdgpu:Add pcie gen5 support in pcie capability.Feifei Xu-2/+14
2021-01-20Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/ag...Daniel Vetter-1/+6
2021-01-20Merge tag 'drm-misc-next-2021-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-14/+16
2021-01-15drm/amdgpu: Remove unused variableNirmoy Das-1/+0
2021-01-15Merge tag 'amd-drm-next-5.12-2021-01-08' of https://gitlab.freedesktop.org/ag...Dave Airlie-3/+3
2021-01-13drm/amdgpu: Enable GPU reset for vangoghAlex Deucher-0/+1
2021-01-13drm/amdgpu: Decrease compute timeout to 10 s for sriov multiple VFEmily.Deng-1/+4
2021-01-13drm/amdgpu: Remove references to struct drm_device.pdevThomas Zimmermann-9/+8
2021-01-13drm/amdgpu: Fix trailing whitespacesThomas Zimmermann-3/+3
2021-01-14drm/amdgpu: Resize BAR0 to the maximum available size, even if it doesn't cov...Nirmoy Das-1/+5
2021-01-11drm/amdgpu: enable gpu recovery for navy_flounderJiansong Chen-0/+1
2021-01-08drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)Alexandre Demers-1/+1
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-2/+2
2021-01-05drm/amdgpu: fix a GPU hang issue when remove deviceDennis Li-2/+2
2020-12-23drm/amdgpu: Fix a copy-pasta commentAlex Deucher-2/+1
2020-12-15drm/amdgpu: update amdgpu_device_supports_boco()Alex Deucher-2/+2
2020-12-15drm/amdgpu: split BOCO and ATPX handlingAlex Deucher-8/+25
2020-12-15drm/amdgpu: add judgement for suspend/resume sequenceLikun Gao-3/+3
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst-8/+19
2020-12-08gpu/drm: ring_mirror_list --> pending_listLuben Tuikov-2/+2
2020-12-08drm/scheduler: "node" --> "list"Luben Tuikov-1/+1
2020-11-24drm/amdgpu: only register VGA devices with the VGA arbiterAlex Deucher-2/+4
2020-11-24drm/amd/amdgpu: fix null pointer in runtime pmKenneth Feng-2/+2
2020-11-13drm/amdgpu: update amdgpu device suspend/resume sequence for s0i3 supportPrike Liang-4/+11
2020-11-10drm/amd/amdgpu/amdgpu_device: Provide documentation for 'reg_addr' paramsLee Jones-0/+2
2020-11-04drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher-2/+0
2020-10-23amdgpu: fix a few kernel-doc markup issuesMauro Carvalho Chehab-3/+5
2020-10-21drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab-14/+14
2020-10-16drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher-7/+0
2020-10-16drm/amdgpu/display: enable display ip block for vangoghHuang Rui-0/+1
2020-10-15drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan-1/+1
2020-10-12drm/amdgpu: add DM block for dimgrey_cavefishTao Zhou-0/+1