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

backends/drm: rework how atomic commits are tracked

Pending buffers for drm planes and crtcs are no longer tracked in the planes
and crtcs themselves, but instead in a DrmCommit object that is used as
the user data for the pageflip handler. This way multiple commits can be
pending at the same time without causing conflicts, and the handling of
pending buffers is simplified as well.
parent fcf24d98
Pipeline #445785 passed with stage
in 10 minutes and 24 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