Commit cff5f790 authored by John Clements's avatar John Clements Committed by Alex Deucher
Browse files

drm/amdgpu: load asd for sienna cichlid



do not abort psp asd load sequence for sienna cichlid

Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarJohn Clements <john.clements@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d8e0b16d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -500,7 +500,6 @@ static int psp_asd_load(struct psp_context *psp)
	 * TODO: add version check to make it common
	 */
	if (amdgpu_sriov_vf(psp->adev) ||
	    (psp->adev->asic_type == CHIP_SIENNA_CICHLID) ||
	    (psp->adev->asic_type == CHIP_NAVY_FLOUNDER))
		return 0;