Added
Link Here
|
1 |
--- xbmc/windowing/gbm/drm/DRMAtomic.cpp.orig 2024-04-06 02:29:22 UTC |
2 |
+++ xbmc/windowing/gbm/drm/DRMAtomic.cpp |
3 |
@@ -114,7 +114,9 @@ void CDRMAtomic::DrmAtomicCommit(int fb_id, int flags, |
4 |
if (m_inFenceFd != -1) |
5 |
{ |
6 |
AddProperty(m_crtc, "OUT_FENCE_PTR", reinterpret_cast<uint64_t>(&m_outFenceFd)); |
7 |
+#ifdef __linux__ |
8 |
AddProperty(m_gui_plane, "IN_FENCE_FD", m_inFenceFd); |
9 |
+#endif |
10 |
} |
11 |
} |
12 |
else if (videoLayer && !CServiceBroker::GetGUI()->GetWindowManager().HasVisibleControls()) |