Ticket #15662: intel_extreme_regression.patch

File intel_extreme_regression.patch, 723 bytes (added by hugeping, 4 years ago)
  • src/add-ons/accelerants/intel_extreme/Ports.cpp

    diff --git a/src/add-ons/accelerants/intel_extreme/Ports.cpp b/src/add-ons/accelerants/intel_extreme/Ports.cpp
    index e3f82dede3..6818d26ebe 100644
    a b LVDSPort::PipePreference()  
    382382    // For Ibex Point, read the existing LVDS configuration and just reuse that
    383383    // (it seems our attempt to change it doesn't work, anyway)
    384384    if (gInfo->shared_info->pch_info == INTEL_PCH_IBX
    385         || gInfo->shared_info->pch_info == INTEL_PCH_CPT) {
     385        /*|| gInfo->shared_info->pch_info == INTEL_PCH_CPT*/) {
    386386        uint32 portState = read32(_PortRegister());
    387387        if (portState & DISPLAY_MONITOR_PIPE_B)
    388388            return INTEL_PIPE_B;