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

Fix launch fail issue on sleep mode #4

Commits on Nov 30, 2020

  1. Fix launch fail issue on sleep mode

    Since the request for vsync failed in sleep mode, we will fail to
    launch app.
    we need call tdm_client_vblank_set_enable_fake(vblank, enable_fake):
    1.enable_fake == 0, #tdm_client_vblank_wait will return error when
    HW vblank is not available.2.enable_fake == 1,#tdm_client_vblank_wait
    will return TDM_ERROR_NONE as success.
    xiaowei-guan committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    a498e40 View commit details
    Browse the repository at this point in the history
  2. Revert file mode to 644

    xiaowei-guan committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    3ec15a3 View commit details
    Browse the repository at this point in the history