Re: [PATCH] drm/amdgpu: Decouple RAS EEPROM addresses from chips

2022-11-08 Thread Alex Deucher
On Mon, Nov 7, 2022 at 12:45 PM Luben Tuikov wrote: > > Abstract RAS I2C EEPROM addresses from chip names, and set their macro > definition names to the address they set, not the chip they attach > to. Since most chips either use I2C EEPROM address 0 or 4h for the RAS > table start offset, thi

RE: [PATCH] drm/amdgpu: Decouple RAS EEPROM addresses from chips

2022-11-08 Thread Russell, Kent
> Subject: [PATCH] drm/amdgpu: Decouple RAS EEPROM addresses from chips > > Abstract RAS I2C EEPROM addresses from chip names, and set their macro > definition names to the address they set, not the chip they attach > to. Since most chips either use I2C EEPROM address 0 or 4h

[PATCH] drm/amdgpu: Decouple RAS EEPROM addresses from chips

2022-11-07 Thread Luben Tuikov
Abstract RAS I2C EEPROM addresses from chip names, and set their macro definition names to the address they set, not the chip they attach to. Since most chips either use I2C EEPROM address 0 or 4h for the RAS table start offset, this leaves with only two macro definitions as opposed to five, an