[AMD Public Use] Good points, I’ll reorganize and resubmit the patch after Guchuns changes are in From: Zhang, Hawking <Hawking.Zhang@xxxxxxx> [AMD Public Use] - if (adev->asic_type != CHIP_VEGA20 && adev->asic_type != CHIP_ARCTURUS) + if (adev->asic_type != CHIP_VEGA20 && + adev->asic_type != CHIP_ARCTURUS && + adev->asic_type != CHIP_SIENNA_CICHLID) return 0; Does it make sense to check UMC RAS availability through amdgpu_ras_is_supported, instead of check specific ASIC type one by one?
Also, it would be good to merge the upcoming logic from Guchun where we have a gloal flag to mark the availability of bad page retirement. Thoughts? Regards, From: Clements, John <John.Clements@xxxxxxx>
[AMD Public Use] Submitting patch to enable RAS EEPROM support for sienna chichlid |
_______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx