The series adds mode-1 reset support to SMU v13.0.6 SOCs. For now, it's used as the default reset method on dGPUs with SMU v13.0.6. Presently, reset takes longer than expected. Hence a method is added to check the bootloader status after reset. It checks if bootloader has set mailbox ready bit which is an indication that boot loader has completed initialization. Lijo Lazar (4): drm/amdgpu: Unset baco dummy mode on nbio v7.9 drm/amdgpu: Add bootloader status check drm/amdgpu: Add bootloader wait for PSP v13 drm/amdgpu: Add SMU v13.0.6 default reset methods drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 17 +++++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 11 ++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 3 ++ drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c | 18 ++++++++++++ drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 28 +++++++++++++++++-- drivers/gpu/drm/amd/amdgpu/soc15.c | 4 ++- .../drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 3 +- 7 files changed, 76 insertions(+), 8 deletions(-) -- 2.25.1