Hi
I load EDID SRAM from host connected to deserializer. After that I need to toggle HPD signal, how can I do that?
I guess it's possible through HDMI registers mentioned in DS90UB949 data sheet, but they are not discribed though..
As a temporal sulution I setup EXT_CTL: =1 by MODE_SEL1 at power up, then loading EDID SRAM and finally clear 0x54. EXT_CTL to initialize HDMI receiver which in turn asserts HPD.
Thank you.