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

vk: Clean up around vkQueueSubmit handling #10942

Merged
merged 1 commit into from
Sep 28, 2021

Commits on Sep 28, 2021

  1. vk: Clean up around vkQueueSubmit handling

    - Explicitly declare one version for CB flush and the other for Async flush
    - Always flush descriptors on CB flush in case of page fault handling.
      Other threads other than offloader can also enter the method and require normal flow.
    - Fix overlapping interrupt IDs.
    - Minor formatting fixes
    kd-11 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    a105599 View commit details
    Browse the repository at this point in the history