drm: add log for rescan after alloc

This commit is contained in:
Vaxry 2024-07-08 18:38:41 +02:00
parent 5f9f0601c3
commit d69569698e

View file

@ -522,9 +522,11 @@ void Aquamarine::CDRMBackend::recheckCRTCs() {
c->output->events.state.emit(IOutput::SStateEvent{});
}
if (rescan)
if (rescan) {
backend->log(AQ_LOG_DEBUG, "drm: rescan needed after realloc");
scanConnectors();
}
}
bool Aquamarine::CDRMBackend::grabFormats() {
// FIXME: do this properly maybe?