drm: remove an unnecessary reset after VT switching (#223)

I've tested DPMS and different monitor modes with this change, and
everything seems to be working exactly as expected.
This commit is contained in:
Mason Davy 2025-12-16 10:56:36 -05:00 committed by GitHub
parent c6354f54f9
commit d83c97f8f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -383,9 +383,6 @@ void Aquamarine::CDRMBackend::restoreAfterVT() {
backend->log(AQ_LOG_DEBUG, "drm: Rescanned connectors");
if (!impl->reset())
backend->log(AQ_LOG_ERROR, "drm: failed reset");
std::vector<SP<SDRMConnector>> noMode;
for (auto const& c : connectors) {