Re: [PATCH 36/40] drm/amdgpu: Optimizations to EEPROM RAS table I/O

2021-06-15 Thread Alex Deucher
On Mon, Jun 14, 2021 at 1:47 PM Luben Tuikov wrote: > > Read and write the table in one go, then using a > separate stage to decode or encode the data and > reading/writing the table, as opposed to on the > fly, which keeps the I2C bus busy. Use a single > read/write to read/write the table or at

[PATCH 36/40] drm/amdgpu: Optimizations to EEPROM RAS table I/O

2021-06-14 Thread Luben Tuikov
Read and write the table in one go, then using a separate stage to decode or encode the data and reading/writing the table, as opposed to on the fly, which keeps the I2C bus busy. Use a single read/write to read/write the table or at most two if the number of records we're reading/writing wraps aro