Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Asad Kamal and committed by
Alex Deucher
7e490a22 2b8101cc

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c
··· 106 106 *fru_addr = FRU_EEPROM_MADDR_8; 107 107 return true; 108 108 case IP_VERSION(13, 0, 12): 109 + case IP_VERSION(15, 0, 8): 109 110 if (fru_addr) 110 111 *fru_addr = FRU_EEPROM_MADDR_INV; 111 112 return true;