Skip to content

Commit

Permalink
drm: do not assign many crtcs to single port
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jul 8, 2024
1 parent 65d70c7 commit 42585b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/drm/DRM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ void Aquamarine::CDRMBackend::recheckCRTCs() {
backend->log(AQ_LOG_DEBUG, std::format("drm: slot {} crtc {} assigned to {} (old {})", i, crtcs.at(i)->id, c->szName, c->crtc ? c->crtc->id : -1));
assigned = true;
changed.emplace_back(c);
std::erase(recheck, c);
break;
}

Expand Down

0 comments on commit 42585b4

Please sign in to comment.