Skip to content

vkr: refactor queue sync thread

This change does:

  • ensure list is initialized before queue thread start
  • signal cond with mutex locked for better sched
  • use list_first_entry instead of poking next

Signed-off-by: Yiwei Zhang zzyiwei@chromium.org

Merge request reports