summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c
AgeCommit message (Expand)AuthorLines
2023-08-09drm/amdgpu: Add FRU sysfs nodes only if neededLijo Lazar-0/+89
2023-07-25drm/amdgpu: Remove else after return in 'is_fru_eeprom_supported'Srinivasan Shanmugam-4/+5
2023-07-21drm/amd: Avoid reading the VBIOS part number twiceMario Limonciello-10/+10
2022-12-14drm/amdgpu: Check if fru_addr is not NULL (v2)Luben Tuikov-2/+4
2022-11-17drm/amdgpu: Interpret IPMI data for product information (v2)Luben Tuikov-98/+85
2022-11-17drm/amdgpu: Bug-fix: Reading I2C FRU data on newer ASICsLuben Tuikov-11/+25
2022-08-30drm/amdgpu: disable FRU access on special SIENNA CICHLID cardGuchun Chen-2/+7
2022-02-07drm/amdgpu: Prevent random memory access in FRU codeLuben Tuikov-10/+12
2022-02-07drm/amdgpu: Don't offset by 2 in FRU EEPROMLuben Tuikov-9/+4
2022-02-07drm/amdgpu: Nerf "buff" to "buf"Luben Tuikov-14/+14
2022-01-27drm/amd: Enable FRU EEPROM for Sienna CichlidLuben Tuikov-1/+7
2022-01-27drm/amd: Expose the FRU SMU I2C busLuben Tuikov-3/+3
2022-01-25drm/amdgpu: Disable FRU EEPROM access for SRIOVshaoyunl-0/+6
2021-12-30drm/amdgpu: Access the FRU on AldebaranKent Russell-3/+10
2021-12-30drm/amdgpu: Increase potential product_name to 64 charactersKent Russell-7/+5
2021-07-01drm/amdgpu: EEPROM: add explicit read and writeLuben Tuikov-3/+2
2021-07-01drm/amdgpu: RAS and FRU now use 19-bit I2C addressLuben Tuikov-10/+9
2021-07-01drm/amdgpu: i2c subsystem uses 7 bit addressesAlex Deucher-1/+1
2021-07-01drm/amdgpu/ras: switch fru eeprom handling to use generic helper (v2)Alex Deucher-16/+6
2021-05-25drm/amdgpu: refine amdgpu_fru_get_product_infoJiansong Chen-19/+23
2020-09-29drm/amdgpu: Use SKU instead of DID for FRU check v2Kent Russell-11/+24
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das-2/+2
2020-05-29drm/amdgpu/fru: fix header guard and include headerAlex Deucher-0/+1
2020-04-22drm/amdgpu: Disable FRU read on ArcturusKent Russell-3/+4
2020-04-09drm/amdgpu: Re-enable FRU check for most models v5Kent Russell-3/+13
2020-04-01drm/amdgpu: Fix FRU data checkingKent Russell-0/+21
2020-04-01drm/amdgpu: disabled fru eeprom accessJohn Clements-0/+10
2020-04-01drm/amdgpu: Enable reading FRU chip via I2C v3Kent Russell-0/+143