Skip to content
Commit f94e4d16 authored by Xaver Hugl's avatar Xaver Hugl
Browse files

backends/drm: use explicit sync where possible

Instead of calling glFinish, which blocks until it's done and has high CPU
usage on NVidia, use EGL_ANDROID_native_fence_fd to get an explicit sync
fd, which the commit thread automatically waits on before committing the
buffer to KMS.

CCBUG: 452219


(cherry picked from commit 1c8bd1be)
parent f1e7776c
Pipeline #599839 passed with stage
in 12 minutes and 3 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment