<table><tr><td style="">graesslin created this revision.<br />graesslin added reviewers: KWin, Plasma, subdiff.<br />Restricted Application added a project: KWin.<br />Restricted Application added subscribers: kwin, plasma-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D8152" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The gbm_surface is owned by the EglGbmBackend, but it's not the only one<br />
using it. The DrmSurfaceBuffer is also using it and needs it to destroy<br />
the gbm_bo. Now this can become a problem in the following situation:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">a page flip is still pending</li>
<li class="remarkup-list-item">the EglGbmBackend destroys the gbm_surface</li>
</ul>

<p>-> when the page flip happens the DrmSurfaceBuffer will try to destroy<br />
the gbm_bo and crash as the gbm_surface is no longer valid. This<br />
situation can happen when switching screens or when switching compositing<br />
backend (OpenGL 2 -> OpenGL 3).</p>

<p>To address this problem a class GbmSurface is added which wrapps the<br />
gbm_surface pointer. The EglGbmBackend creates and holds a shared pointer<br />
to the GbmSurface and passes that one to the DrmSurfaceBuffer. So when<br />
cleaning up the gbm_surface only the shared pointer is reset and in case<br />
the DrmSurfaceBuffer still needs it, it can access it without problems.</p>

<p>BUG: 385372<br />
FIXED-IN: 5.11.0</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Not yet</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>shared-gbm-surface-5.11</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D8152" rel="noreferrer">https://phabricator.kde.org/D8152</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/platforms/drm/CMakeLists.txt<br />
plugins/platforms/drm/drm_backend.cpp<br />
plugins/platforms/drm/drm_backend.h<br />
plugins/platforms/drm/drm_buffer_gbm.cpp<br />
plugins/platforms/drm/drm_buffer_gbm.h<br />
plugins/platforms/drm/egl_gbm_backend.cpp<br />
plugins/platforms/drm/egl_gbm_backend.h<br />
plugins/platforms/drm/gbm_surface.cpp<br />
plugins/platforms/drm/gbm_surface.h</div></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma, subdiff<br /><strong>Cc: </strong>plasma-devel, kwin, bwowk, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart<br /></div>