I am attempting to test a board that uses the SN65DP159 with an NVIDIA RT 1030 GPU. It is able to receive valid video during POST, so I am confident that the card is outputting a compatible format. However, when the driver loads (I am currently using Ubuntu Linux with the Nouveau drivers), I see from turning up the driver debug level that the AUX channel performs a command 9 (native read) which then fails. I can dump the EDID using I2C over AUX using the i2cdump command, which causes commands 4 and 1 to show up in the kernel log (I2C write and read).
Should the SN65DP159 be responding to native requests over the AUX bus does the AUX channel function only for I2C over AUX?