intel_extreme: fixed pipe-to-port assigning: no second screen yet..

This commit is contained in:
Rudolf Cornelissen
2021-06-19 00:47:46 +00:00
parent 54ce952dd4
commit 5c178f3cbb
2 changed files with 2 additions and 0 deletions
@@ -278,6 +278,7 @@ FDILink::Train(display_mode* target)
ERROR("%s: FDI illegal link colordepth set.\n", __func__);
return B_ERROR;
}
TRACE("%s: FDI Link %s:\n", __func__, (fPipeIndex == INTEL_PIPE_A) ? "A" : "B");
TRACE("%s: FDI Link Colordepth: %" B_PRIu32 "\n", __func__, bitsPerPixel);
// Khz / 10. ( each output octet encoded as 10 bits.
@@ -419,6 +419,7 @@ assign_pipes()
}
gInfo->ports[i]->SetPipe(gInfo->pipes[current]);
assigned[current] = true;
}
}