mirror of https://gitee.com/openkylin/linux.git
drm/amdgpu: load asd for sienna cichlid
do not abort psp asd load sequence for sienna cichlid Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: John Clements <john.clements@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
d8e0b16d81
commit
cff5f79019
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue