Other Parts Discussed in Thread: SN65DP141,
Hi,
The sn65dp141 has the capability to disable several of the lanes channels.
However, i have encountered an issue while using a small setup of connecting standard PC to a display (going through the dp141EVM).
1. I have connected standard desktop PC display port output to the DP141RLJEVM input connector via a display port cable.
2. I have connected the DP141RLJEVM output connector to an HP screen via a display port cable.
3. So far, everything works. Screen is displaying the picture (Microsoft windows in my case)
4. i am configuring the EVM for I2C mode (I2C_EN), and using the Advark i2c cable.
5. I disable all the lanes by writing to register 0x1, and disabling all the channels (Data=0x0F). Screen display shut off (no display). As expected
6. I enable all the lanes by writing to register 0x1, and enabling all the channels (Data=0x00). Screen display appears (display is on). As expected
7. I disable only2 lanes (2, 3) by writing to register 0x1, and disabling all the channels (Data=0x0C). Screen shut off (no display).
8. I disable only 2 lanes (0, 1) by writing to register 0x1, and disabling all the channels (Data=0x03). Screen shut off (no display).
Can anyone explain why step 7 and 8, does not work (no display). Can the display port work with only 2 lanes?
Note:
1. I have repeated the above test with two different screens. Still no display
2. I have lowered the resolution (using the windows screen resolution configuration). Still no display.
Thanks,
Oded