Configure
efi_status (*Configure) (struct efi_managed_network_protocol* self,
void Configure(display_mode* mode);
fPipe->Configure(target);
fPipe->Configure(target);
fPipe->Configure(target);
fPipe->Configure(target);
fPipe->Configure(target);
8. Configure and enable CPU planes (VGA or hires)
c. Configure and enable PCH DPLL, wait for PCH DPLL warmup (Can be done anytime before enabling
d. [DevCPT] Configure DPLL SEL to set the DPLL to transcoder mapping and enable DPLL to the
e. [DevCPT] Configure DPLL_CTL DPLL_HDMI_multipler.
f. Configure PCH transcoder timings, M/N/TU, and other transcoder settings (should match CPU settings).
g. [DevCPT] Configure and enable Transcoder DisplayPort Control if DisplayPort will be used
if (device->Configure() != B_OK) {
virtual status_t Configure();
virtual status_t Configure();
overlay->Configure(fBitmapSource, destination);
void Configure(const BRect& source, const BRect& destination);