port_index
Pipe::ConfigureTimings(display_mode* target, bool hardware, port_index portIndex)
port_index pllForPort, uint32* pllSel)
port_index portIndex = INTEL_PORT_ANY);
port_index pllForPort,
DigitalPort::DigitalPort(port_index index, const char* baseName)
HDMIPort::HDMIPort(port_index index)
DisplayPort::DisplayPort(port_index index, const char* baseName)
DigitalDisplayInterface::DigitalDisplayInterface(port_index index,
Port::Port(port_index index, const char* baseName)
port_index fPortIndex;
port_index index = INTEL_PORT_B,
HDMIPort(port_index index);
DisplayPort(port_index index,
port_index index = INTEL_PORT_A,
Port(port_index index,
port_index PortIndex() const
has_connected_port(port_index portIndex, uint32 type)
Port* displayPort = new(std::nothrow) DisplayPort((port_index)i);
= new(std::nothrow) DigitalDisplayInterface((port_index)i);
if (!has_connected_port((port_index)INTEL_PORT_A, INTEL_PORT_TYPE_ANY)) {
if (has_connected_port((port_index)i, INTEL_PORT_TYPE_ANY)) {
Port* hdmiPort = new(std::nothrow) HDMIPort((port_index)i);
for (port_index index = INTEL_PORT_B; index <= INTEL_PORT_C;
index = (port_index)(index + 1)) {