intel_extreme: fixed pipe-to-port assigning: no second screen yet..
This commit is contained in:
@@ -278,6 +278,7 @@ FDILink::Train(display_mode* target)
|
|||||||
ERROR("%s: FDI illegal link colordepth set.\n", __func__);
|
ERROR("%s: FDI illegal link colordepth set.\n", __func__);
|
||||||
return B_ERROR;
|
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);
|
TRACE("%s: FDI Link Colordepth: %" B_PRIu32 "\n", __func__, bitsPerPixel);
|
||||||
|
|
||||||
// Khz / 10. ( each output octet encoded as 10 bits.
|
// Khz / 10. ( each output octet encoded as 10 bits.
|
||||||
|
|||||||
@@ -419,6 +419,7 @@ assign_pipes()
|
|||||||
}
|
}
|
||||||
|
|
||||||
gInfo->ports[i]->SetPipe(gInfo->pipes[current]);
|
gInfo->ports[i]->SetPipe(gInfo->pipes[current]);
|
||||||
|
assigned[current] = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user