mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-26 11:40:24 +02:00
drm/amd/pm: Add fru eeprom info support
Add fru eeprom info support for smu_v15_0_8 Signed-off-by: Asad Kamal <asad.kamal@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -106,6 +106,7 @@ static bool is_fru_eeprom_supported(struct amdgpu_device *adev, u32 *fru_addr)
|
||||
*fru_addr = FRU_EEPROM_MADDR_8;
|
||||
return true;
|
||||
case IP_VERSION(13, 0, 12):
|
||||
case IP_VERSION(15, 0, 8):
|
||||
if (fru_addr)
|
||||
*fru_addr = FRU_EEPROM_MADDR_INV;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user