platform/drm: add dpmsFinishOn to atomicEnable
Without it the output will stay blank after enabling
This commit is contained in:
parent
b2653c45c8
commit
8bbd186f8e
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ void DrmOutput::atomicEnable()
|
|||
m_atomicOffPending = false;
|
||||
}
|
||||
m_backend->enableOutput(this, true);
|
||||
dpmsFinishOn();
|
||||
|
||||
if (Compositor *compositor = Compositor::self()) {
|
||||
compositor->addRepaintFull();
|
||||
|
|
Loading…
Reference in a new issue