]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/pm: Add fru eeprom info support
authorAsad Kamal <asad.kamal@amd.com>
Wed, 28 Jan 2026 08:30:01 +0000 (16:30 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Mar 2026 21:42:48 +0000 (17:42 -0400)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c

index 514bd302365f20aaa1fdc0a8cf62a53e4ba32761..841e1b3a017e6765d27c5936c86e16c6a3a36453 100644 (file)
@@ -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;