We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0d6b9 commit 9e327efCopy full SHA for 9e327ef
src/helpers/Monitor.cpp
@@ -1405,7 +1405,7 @@ bool CMonitor::attemptDirectScanout() {
1405
bool DOEXPLICIT = PSURFACE->syncobj && PSURFACE->current.buffer && PSURFACE->current.acquire && explicitOptions.explicitKMSEnabled;
1406
if (DOEXPLICIT) {
1407
// wait for surface's explicit fence if present
1408
- inFence = PSURFACE->current.acquire.exportAsFD();
+ inFence = PSURFACE->current.acquire.exportSyncFD();
1409
if (inFence.isValid()) {
1410
Debug::log(TRACE, "attemptDirectScanout: setting IN_FENCE for aq to {}", inFence.get());
1411
output->state->setExplicitInFence(inFence.get());
0 commit comments