Commit 0698b134 authored by Feifei Xu's avatar Feifei Xu Committed by Alex Deucher
Browse files

drm/amdgpu: skip PP_MP1_STATE_UNLOAD on aldebaran



This message is not needed on Aldebaran.

Signed-off-by: default avatarFeifei Xu <Feifei.Xu@amd.com>
Reviewed-by: default avatarLijo Lazar <lijo.lazar@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4a7ffbdb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2172,8 +2172,7 @@ static int psp_load_smu_fw(struct psp_context *psp)
	if ((amdgpu_in_reset(adev) &&
	     ras && ras->supported &&
	     (adev->asic_type == CHIP_ARCTURUS ||
	      adev->asic_type == CHIP_VEGA20 ||
	      adev->asic_type == CHIP_ALDEBARAN)) ||
	      adev->asic_type == CHIP_VEGA20)) ||
	     (adev->in_runpm &&
	      adev->asic_type >= CHIP_NAVI10 &&
	      adev->asic_type <= CHIP_NAVI12)) {