backends/drm: remove timer for updating outputs
It's not necessary anymore, as outputs will be updated once the GPU is active again
This commit is contained in:
parent
46c8ca34b9
commit
4575234859
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ bool DrmGpu::updateOutputs()
|
||||||
m_allObjects.removeOne(it->get());
|
m_allObjects.removeOne(it->get());
|
||||||
m_connectors.erase(it);
|
m_connectors.erase(it);
|
||||||
}
|
}
|
||||||
QTimer::singleShot(50, m_platform, &DrmBackend::updateOutputs);
|
|
||||||
} else {
|
} else {
|
||||||
qCWarning(KWIN_DRM, "Failed to find a working setup for new outputs!");
|
qCWarning(KWIN_DRM, "Failed to find a working setup for new outputs!");
|
||||||
for (const auto &pipeline : std::as_const(m_pipelines)) {
|
for (const auto &pipeline : std::as_const(m_pipelines)) {
|
||||||
|
|
Loading…
Reference in a new issue