-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDMI timing incorrect #9
Comments
Is it possible to assign these issues to individual branches? This issue is on the 3.7 branch. |
I get "no signal" on my monitor with the current code. |
root@bonelt:~# dmesg | grep -i hdmi root@bonelt:~# fbset mode "720x480-75" root@bonelt:~# uname -a |
Still nothing with this one: [koen@Angstrom-F16-vm-rpm kernel]$ git show |
diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
root@bonelt:~# fbset mode "720x480-75" root@bonelt: |
I will send a da8xx-fb patch for clocks , which is a hack in a while. if On Fri, Nov 30, 2012 at 10:13 AM, Koen Kooi [email protected]:
|
jadonk: the easiest i've found, just create a "3.7" milestone and just tag the bug report with that milestone... |
With the latest patches I still can't get it to work. In the DT:
In drivers/video/da8xx-fb.c:
In drivers/video/nxp/tda998x.c: static struct omap_video_timings video_1280x720at60Hz_panel_timings = { So both the fb and the hdmi driver want a 74.25MHz pixclock, but the DT asks for a 37.1MHz clock. I compared it to the 1024x768 dvi cape DT:
And hooked that up to a scope. It shows a 56MHz pixclock. So I changed the hdmi DT to have:
And I get a nice 74.25MHz pixclock on the scope, fbset reports 720p60, but still the 'no signal' error on my monitor. To rule out testing difference: are you using the image that Jason told people to use in the shipment email? If not, could you please try that and replace /boot/uImage with on built from https://github.com/beagleboard/kernel/tree/3.7 using configs/beaglebone as .config? |
I redid the steps to update it to 74.25MHz and I don't get a nice 74.25MHz signal on my scope. I'm not sure what it is but looks awful :) |
Also, why are most of the timings off-by-one between da8xx and tda998x? |
Hi Koen, disp-pll is not the same as pixclk, disp-pll is the input provided to the These values were carefully calculated so changing them wont help, as the You should see a 74.25MHz clock signal leaving the current disp-pll as it Thank you for helping test this. On Fri, Dec 7, 2012 at 3:45 AM, Koen Kooi [email protected] wrote:
|
Also, please share what board revision you're using. Old boards had Also, could you try another monitor? On Fri, Dec 7, 2012 at 2:30 PM, Joel A Fernandes [email protected] wrote:
|
Revision A1 |
I'm currently getting timings that my display doesn't support, despite EDID read reporting success.
The text was updated successfully, but these errors were encountered: