Hi All,
Our HDMI output a resolution of 3840x1080. And we find a screen distortion issue.
There is very slight horizontal scanning / lines faintly moving up the screen.
The timing values of HDMI are following.
Pixel clock: 276000000 HZ
H active: 3840
V active: 1080
H front porch: 88
V front porch: 4
H sync width: 44
V sync width: 5
H back porch: 148
V back porch: 36
As FrankPCP said, we need to have 3840 X 1080 @ 60.
And the distortion acts like a wave and start from bottom to up on screen.
We had tested 1080p and everything is good but failed in output 3840 X 1080 @ 60Hz.
We use a HDMI signal analyzer and see the real output is 3840 X 1080 @ 59.64.
I don’t know why we cannot have exactly 60Hz.
Please try to hack the return value from this function to something like 278100000*2 and see if this can work. Also, please try to modify the “ref” value in that function.
We had tried to modify that but it doesn’t work.
No matter how we modify those value in order to close 278100000, the real pclk from HDMI signal analyzer is 276000000 or 279000000.
Both 276MHz and 279MHz can see distortion issue.