drm/amdgpu: skip PP_MP1_STATE_UNLOAD on aldebaran
This message is not needed on Aldebaran. Signed-off-by: Feifei Xu <Feifei.Xu@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -2172,8 +2172,7 @@ static int psp_load_smu_fw(struct psp_context *psp)
|
|||||||
if ((amdgpu_in_reset(adev) &&
|
if ((amdgpu_in_reset(adev) &&
|
||||||
ras && ras->supported &&
|
ras && ras->supported &&
|
||||||
(adev->asic_type == CHIP_ARCTURUS ||
|
(adev->asic_type == CHIP_ARCTURUS ||
|
||||||
adev->asic_type == CHIP_VEGA20 ||
|
adev->asic_type == CHIP_VEGA20)) ||
|
||||||
adev->asic_type == CHIP_ALDEBARAN)) ||
|
|
||||||
(adev->in_runpm &&
|
(adev->in_runpm &&
|
||||||
adev->asic_type >= CHIP_NAVI10 &&
|
adev->asic_type >= CHIP_NAVI10 &&
|
||||||
adev->asic_type <= CHIP_NAVI12)) {
|
adev->asic_type <= CHIP_NAVI12)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user