Skip to content

drm: Implement wait_for_idle cmd and add a small fix

Julia Zhang requested to merge Julia/virglrenderer:upstream-wait_for_idle into main
This MR includes following two changes:
1. Implement wait_for_idle cmd.
2. Free data of hash table ctx->id_to_ctx to avoid memory leak.

Merge request reports