Skip to content
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

1600x1200 not working with VC4 Full KMS #2625

Closed
scpcom opened this issue Jul 25, 2018 · 2 comments
Closed

1600x1200 not working with VC4 Full KMS #2625

scpcom opened this issue Jul 25, 2018 · 2 comments

Comments

@scpcom
Copy link

scpcom commented Jul 25, 2018

My Raspberry Pi 3B is connected to a hp 2035 LCD monitor which has a native resolution of 1600x1200 60 Hz (pixel clock 162000).
In legacy mode it works, in VC4 Full KMS mode the resolution goes down to 1280x960.

This was caused by this commit:
48466df
If I compile a kernel with (1000 * 101 / 100) instead of (1000 * 108 / 100) it works perfectly.
es2gears and glxgears runs with 60 fps.
Where does the definition "HSM clock must be 108% of the pixel clock" come from?

@popcornmix
Copy link
Collaborator

Can you report this issue here: https://github.com/anholt/linux/issues/
That is the source of the VC4 KMS code and we get updates from there.

@scpcom
Copy link
Author

scpcom commented Jul 30, 2018

Thank you, I opened it here:
anholt#137

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants