summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-17drm/amdgpu: Add support for RAS table at 0x40000Luben Tuikov1-1/+6
2022-11-09drm/amdgpu: Decouple RAS EEPROM addresses from chipsLuben Tuikov1-12/+11
2022-11-09drm/amdgpu: Remove redundant I2C EEPROM addressLuben Tuikov1-3/+21
2022-10-27drm/amdgpu: Add EEPROM I2C address support for ip discoveryCandice Li1-2/+18
2022-10-27drm/amdgpu: Update ras eeprom support for smu v13_0_0 and v13_0_10Candice Li1-0/+10
2022-09-13drm/amdgpu: Add EEPROM I2C address for smu v13_0_0Candice Li1-0/+10
2022-03-15drm/amdgpu: message smu to update bad channel infoStanley.Yang1-2/+23
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-8/+10
2022-02-11drm/amdgpu: Reset OOB table error count infoStanley.Yang1-0/+3
2022-02-09drm/amdgpu: Move reset sem into reset_domainAndrey Grodzovsky1-8/+10
2022-01-27drm/amd: Expose the FRU SMU I2C busLuben Tuikov1-7/+7
2021-10-28drm/amdgpu: Add kernel parameter support for ignoring bad page thresholdKent Russell1-4/+11
2021-10-28drm/amdgpu: Warn when bad pages approaches 90% thresholdKent Russell1-0/+7
2021-10-20drm/amdgpu: Clarify error when hitting bad page thresholdKent Russell1-1/+1
2021-09-16drm/amdgpu: Drop inline from amdgpu_ras_eeprom_max_record_countMichel Dänzer1-1/+1
2021-08-30drm/amdgpu: Process any VBIOS RAS EEPROM addressLuben Tuikov1-12/+13
2021-08-05drm/amdgpu: set RAS EEPROM address from VBIOSJohn Clements1-0/+17
2021-07-08drm/amdgpu: return -EFAULT if copy_to_user() failsDan Carpenter1-2/+2
2021-07-08drm/amdgpu: unlock on error in amdgpu_ras_debugfs_table_read()Dan Carpenter1-3/+5
2021-07-08drm/amdgpu: fix a signedness bug in __verify_ras_table_checksum()Dan Carpenter1-2/+1
2021-07-01drm/amdgpu: fix 64 bit divide in eeprom codeAlex Deucher1-5/+9
2021-07-01drm/amdgpu: RAS EEPROM table is now in debugfsLuben Tuikov1-7/+234
2021-07-01drm/amdgpu: Optimize EEPROM RAS table I/OLuben Tuikov1-277/+567
2021-07-01drm/amdgpu: Get rid of test functionLuben Tuikov1-33/+0
2021-07-01drm/amdgpu: Some renamesLuben Tuikov1-15/+15
2021-07-01drm/amdgpu: Nerf buffLuben Tuikov1-49/+49
2021-07-01drm/amdgpu: Use explicit cardinality for clarityLuben Tuikov1-4/+4
2021-07-01drm/amdgpu: Simplify RAS EEPROM checksum calculationsLuben Tuikov1-49/+49
2021-07-01drm/amdgpu: Fix amdgpu_ras_eeprom_init()Luben Tuikov1-1/+1
2021-07-01drm/amdgpu: Return result fix in RASLuben Tuikov1-1/+1
2021-07-01drm/amdgpu: EEPROM: add explicit read and writeLuben Tuikov1-5/+5
2021-07-01drm/amdgpu: RAS xfer to read/writeLuben Tuikov1-5/+19
2021-07-01drm/amdgpu: Rename misspelled functionLuben Tuikov1-5/+5
2021-07-01drm/amdgpu: RAS: EEPROM --> RASLuben Tuikov1-53/+50
2021-07-01drm/amdgpu: Fix wrap-around bugs in RASLuben Tuikov1-10/+10
2021-07-01drm/amdgpu: RAS and FRU now use 19-bit I2C addressLuben Tuikov1-53/+29
2021-07-01drm/amdgpu: i2c subsystem uses 7 bit addressesAlex Deucher1-5/+5
2021-07-01drm/amdgpu/ras: switch ras eeprom handling to use generic helperAlex Deucher1-58/+28
2021-04-09drm/amdgpu: enable ras eeprom on aldebaranJohn Clements1-1/+7
2021-03-23drm/amdgpu: fix send ras disable cmd when asic not support rasStanley.Yang1-1/+8
2021-03-23drm/amdgpu: Reset the devices in the XGMI hive duirng probeshaoyunl1-1/+1
2021-02-26drm/amdgpu: remove unnecessary reading for epprom headerDennis Li1-32/+6
2021-01-05drm/amdgpu: enable ras eeprom support for sienna cichlidJohn Clements1-1/+7
2020-11-02drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma1-7/+7
2020-10-30drm/amdgpu: remove redundant GPU resetDennis Li1-16/+0
2020-10-21drm/amdgpu: protect eeprom update from GPU resetDennis Li1-0/+8
2020-08-04drm/amdgpu: added RAS EEPROM device support checkJohn Clements1-1/+16
2020-08-04drm/amdgpu: update eeprom once specifying one bigger threshold(v3)Guchun Chen1-2/+28
2020-08-04drm/amdgpu: break GPU recovery once it's in bad state(v4)Guchun Chen1-0/+40
2020-08-04drm/amdgpu: schedule ras recovery when reaching bad page threshold(v2)Guchun Chen1-1/+36