This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SN65DSI86IPAPRQ1 X EDID

I would like to know if SN65DSI86IPAPRQ1 can read and write Displayport  EDID from through I2C over aux interface

  • Hello Marcus,

    Two methods are available for reading the EDID: direct method and indirect method.
    1. Using the direct method, SW needs to program I2C_ADDR_CLAIMx registers and enable them. Once this is done, any I2C transaction that targets the I2C_ADDR_CLAIMx address will be translated into a I2C-Over-AUX transaction. In order to use the direct method, the I2C master must support clock stretching.
    2. Using the indirect method, SW needs to use Native and I2C-Over-Aux registers. When using the indirect method, the max read size allowed is 16-bytes. This means reading the EDID must be broken into 16-byte chunks.

    Refer to 8.4.5.3 section of the device datasheet.

    Regards,
    Joel