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

Linux DRM display mode locks up by default due to missing lv_tick_set_cb #6266

Closed
falkTX opened this issue May 24, 2024 · 1 comment · Fixed by #6306
Closed

Linux DRM display mode locks up by default due to missing lv_tick_set_cb #6266

falkTX opened this issue May 24, 2024 · 1 comment · Fixed by #6306

Comments

@falkTX
Copy link

falkTX commented May 24, 2024

LVGL version

v9.1.0-182

What happened?

When testing different Linux display drivers I noticed that the legacy framebuffer one was working, but the DRM/KMS got stuck and didn't render anything besides the initial screen.

Issue seems to be the lv_tick_set_cb call being present on the legacy framebuffer option, but not on the DRM/KMS one.
Issue is not present if that call is done by the user.

For consistency both should have the tick call, or maybe neither..?

How to reproduce?

No response

kisvegabor added a commit to kisvegabor/lvgl_upstream that referenced this issue May 30, 2024
@kisvegabor
Copy link
Member

Thanks!

Should be fixed in #6306

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

Successfully merging a pull request may close this issue.

2 participants