Skip to content

Commit cff5f79

Browse files
John Clementsalexdeucher
authored andcommitted
drm/amdgpu: load asd for sienna cichlid
do not abort psp asd load sequence for sienna cichlid Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: John Clements <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent d8e0b16 commit cff5f79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ static int psp_asd_load(struct psp_context *psp)
500500
* TODO: add version check to make it common
501501
*/
502502
if (amdgpu_sriov_vf(psp->adev) ||
503-
(psp->adev->asic_type == CHIP_SIENNA_CICHLID) ||
504503
(psp->adev->asic_type == CHIP_NAVY_FLOUNDER))
505504
return 0;
506505

0 commit comments

Comments
 (0)