FreeBSD Bugzilla – Attachment 255067 Details for
Bug 282659
multimedia/kodi: fix run in GBM mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable DRM_MODE_ATOMIC_NONBLOCK
kodi_fix_gbm.patch (text/plain), 740 bytes, created by
yzrh
on 2024-11-10 10:54:46 UTC
(
hide
)
Description:
Disable DRM_MODE_ATOMIC_NONBLOCK
Filename:
MIME Type:
Creator:
yzrh
Created:
2024-11-10 10:54:46 UTC
Size:
740 bytes
patch
obsolete
>diff -urN a/multimedia/kodi/files/patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp b/multimedia/kodi/files/patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp >--- a/multimedia/kodi/files/patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp 1970-01-01 00:00:00.000000000 +0000 >+++ b/multimedia/kodi/files/patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp 2024-11-10 10:42:11.804180000 +0000 >@@ -0,0 +1,13 @@ >+--- xbmc/windowing/gbm/drm/DRMAtomic.cpp.orig 2024-11-10 10:41:21 UTC >++++ xbmc/windowing/gbm/drm/DRMAtomic.cpp >+@@ -190,8 +190,10 @@ void CDRMAtomic::FlipPage(struct gbm_bo* bo, bool rend >+ return; >+ } >+ >++#ifdef __linux__ >+ if (async && !m_need_modeset) >+ flags |= DRM_MODE_ATOMIC_NONBLOCK; >++#endif >+ } >+ >+ if (m_need_modeset)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282659
:
255062
|
255067
|
255194
|
255368