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
8bbd186f
Commit
8bbd186f
authored
Apr 05, 2021
by
Xaver Hugl
Browse files
platform/drm: add dpmsFinishOn to atomicEnable
Without it the output will stay blank after enabling
parent
b2653c45
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/platforms/drm/drm_output.cpp
View file @
8bbd186f
...
@@ -315,6 +315,7 @@ void DrmOutput::atomicEnable()
...
@@ -315,6 +315,7 @@ void DrmOutput::atomicEnable()
m_atomicOffPending
=
false
;
m_atomicOffPending
=
false
;
}
}
m_backend
->
enableOutput
(
this
,
true
);
m_backend
->
enableOutput
(
this
,
true
);
dpmsFinishOn
();
if
(
Compositor
*
compositor
=
Compositor
::
self
())
{
if
(
Compositor
*
compositor
=
Compositor
::
self
())
{
compositor
->
addRepaintFull
();
compositor
->
addRepaintFull
();
...
...
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