drm/amd/pm: Use BACO reset arg 0 on XGMI configuration
authorshaoyunl <shaoyun.liu@amd.com>
Mon, 15 Mar 2021 15:39:28 +0000 (11:39 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Mar 2021 03:36:07 +0000 (23:36 -0400)
commit63f3067d8f8c7a5ee4124d5833e52ae6a3a5a902
tree605ab2970195b2a59bda41291430e3faded79309
parent050743da315231c329272cb1004c1eabc1e2e715
drm/amd/pm: Use BACO reset arg 0 on XGMI configuration

With arg 1 BACO reset, it will try to reload the SMU FW after reset.
This might failed if driver already in a pending reset status during probe period.
Arg 0 reset will bring  asic back to a clean state and driver will re-init
everythign including SMU FW

Signed-off-by: shaoyunl <shaoyun.liu@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c