I want to use a Jetson TX2 module to drive a LCD module that have a 3840 x 2160 pixels with 10 bits RGB data input and 8 lanes eDP (4 lanes for one half on the screen and another 4 lanes for another half) with 2.7Gbps per lane. In the Jetson TX2 Module DataSheet v1.1 I found few points that in my opinion claim different thinks:
page 13:
"[i]Up to 36bpp* pixel depth on HDMI and DP; up to 24bpp* on DSI and eDP.
(Resolution + Refresh Rate + Pixel Depth + Format) must be within specification limits to achieve support for desired pixel depth.[/i]"
where can I found description of those limits ?
page 32:
“eDP is a mixed-signal interface consisting of 4 differential serial output lanes and 1 PLL. This PLL is used to generate a high frequency bit-clock from an input pixel clock enabling the ability to handle 10-bit parallel data per lane at the pixel rate for the desired mode. Embedded DisplayPort (eDP) modes (1.6GHz for RBR, 2.16GHz, 2.43GHz, 2.7GHz for HBR, 3.42GHz, 4.32GHz and 5.4GHz for HBR2).”
page 33:
"[i]eDP 1.4
1/2/4 lanes, single link
RBR/HBR/HBR2 - 18/24/36 bit color depth
Up to 540 MHz
Internal panel: 4096 x 2160 @ 60Hz (2D – portrait/landscape); 1920 x 1080 @ 60Hz (3D – portrait/landscape)
-0.5% down spread support[/i]"
Maybe I’m missing somethin or mixed somethin up, but those information seems to be conflicted in the 10-bit resoluton area.
and the same on another 4 lanes but it starts from 1921 pixel.
So, the current version of Jetson TX2 don’t supports it ? Is it hardware or software limit ? Is there a possibility to make it work or is there not chance ?
This document only confused me even more, cause inside mentioned section under “These color formats:” indeed there is no 30bpp.But if I understand this correctly, this section talks about the display controller that is used to every video output including also DP and HDMI. So in chapter 25 “Display interfaces: HDMI and DisplayPort” there is this:
25.2 Features (this is in section that talks about eDP,DP and HDMI)
[i]…
DP supports the following pixel depths:
16 bpp RGB/YUV422
18 bpp RGB/YUV444
24 bpp RGB/YUV444 - 30 bpp RGB/YUV444
36 bpp RGB/YUV444
…[/i]
25.3.1 Features (this is in section about eDP/DP)
[i]…
18/24/36 bit color depth
…[/i]
So, the DP and also HDMI seems to have no problem with 30bpp, is that correct ?
Anyway, I was thinking about using DP output and external converter to eDP, but before I’m gone do this, can you assure me that DP output will have no problem with 30bpp ?
So basically none of the available output (eDP, DP, HDMI, MIPI) currently support 30bpp and there is no near plan to enable it ?
DP and HDMI support 32bpp and eDP max 24bpp ? Is that correct ?
Thanks WayneWWW but I was in process of PCB design when I notice this conflicted information in documentation and ask about it, so I don’t have how to check it.
For now I will follow other thread that I mention, because I see that problem is the same and so as your recommend.