Skip to content

Commit

Permalink
drm: add log for rescan after alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jul 8, 2024
1 parent 5f9f060 commit d695696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backend/drm/DRM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,10 @@ 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() {
Expand Down

0 comments on commit d695696

Please sign in to comment.