We use HDMI_DP1 to connect to lcd. We only use HDMI_DP1_TX0 and HDMI_DP1_TX1, and let the other two lanes HDMI_DP1_TX2 and HDMI_DP1_TX3 free or float.
How to config the first two and disable the other two?
Please configure nvidia,lanes under the dp-display node under your sor in your device tree.
Hi, WayneWWW
Can you specify which file and which parameter can change the lane number? We use sor1 as two lane DP output.
You can use dmesg |grep dts to know which dts file is in use first. And then trace the code of device tree.
Hi, WayneWWW
our dts file shows:
sor1 {
...... ......
dp-display {
compatible = "dp, display";
status = "okay";
nvidia,is_ext_dp_panel = <0x1>;
nvidia,pc2-disabled;
linux,phandle = <0x79>;
phandle = <0x79>;
disp-default-out {
nvidia,out-type = <0x3>;
nvidia,out-hotplug-state = <0x0>;
nvidia,out-parent-clk = "plld2";
nvidia,out-xres = <0x1000>;
nvidia,out-yres = <0x870>;
};
...... ......
Can you help which parameter above is related to DP lane number?
Just add nvidia,lanes = <2> under your dp-display.
Hi,WayneWWW:
I delete the following:
//&sor1 {
// nvidia,typec-port = /bits/ 8 <1>;
//};
and add the following in tegra194-p2888-0001-p2822-0000-common.dtsi
&sor1 {
dp-display {
nvidia,lanes = <2>;
};
};
then, I can not measure DP AUX signal or DP signal on oscilloscope. Type-c controller is removed from our hardware design. Xavier DP port is connected directly to display device.
What else should I do to enable DP output?
Share your dmesg please.
dp.txt (93.5 KB)
Hi, WayneWWW
The attachment dp.txt is the dmesg log
Hi,
Please remove nvdisplays which are not in use on your board. And only leave the dp port you are using and share the dmesg again.
Hi, WayneWWW
dp-2.TXT (65.3 KB)
dp-2.txt is the log in which nvdisplays were removed.
…I mean disable nvdisplay that are not in use… Not disable every nvdisplay…
dp-3.TXT (83.8 KB)
dp-3.txt is the log in which only dp nvdisplay is remained.
Pleas also sharethe schematic of the DP port part.
Also need to connector part.
Please also convert your dtb back to dts and attach it here.