mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 02:35:59 +01:00
drm: add log for rescan after alloc
This commit is contained in:
parent
5f9f0601c3
commit
d69569698e
1 changed files with 3 additions and 1 deletions
|
@ -522,8 +522,10 @@ void Aquamarine::CDRMBackend::recheckCRTCs() {
|
||||||
c->output->events.state.emit(IOutput::SStateEvent{});
|
c->output->events.state.emit(IOutput::SStateEvent{});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rescan)
|
if (rescan) {
|
||||||
|
backend->log(AQ_LOG_DEBUG, "drm: rescan needed after realloc");
|
||||||
scanConnectors();
|
scanConnectors();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Aquamarine::CDRMBackend::grabFormats() {
|
bool Aquamarine::CDRMBackend::grabFormats() {
|
||||||
|
|
Loading…
Reference in a new issue