Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
d5ac0cf9
Commit
d5ac0cf9
authored
Apr 19, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
drm: Also release the pipeline buffer when DrmOutput::releaseBuffers()
parent
b82840d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/platforms/drm/drm_output.cpp
View file @
d5ac0cf9
...
...
@@ -76,6 +76,7 @@ void DrmOutput::teardown()
void
DrmOutput
::
releaseBuffers
()
{
m_pipeline
->
setPrimaryBuffer
(
nullptr
);
m_crtc
->
setCurrent
(
nullptr
);
m_crtc
->
setNext
(
nullptr
);
m_primaryPlane
->
setCurrent
(
nullptr
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment