[Bug 65995] [HSW mobile]eDP can't light up when boot up, BIOS can display well

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 24 17:53:18 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=65995

--- Comment #2 from Jesse Barnes <jbarnes at virtuousgeek.org> ---
Dumb patch to try:

--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -3064,7 +3064,7 @@ intel_dp_init_connector(struct intel_digital_port
*intel_d
                        type = DRM_MODE_CONNECTOR_eDP;
                break;
        case PORT_D:
-               if (HAS_PCH_SPLIT(dev) && intel_dpd_is_edp(dev))
+               if ((HAS_PCH_SPLIT(dev) && intel_dpd_is_edp(dev)) || 1)
                        type = DRM_MODE_CONNECTOR_eDP;
                break;
        default:        /* silence GCC warning */

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130625/4292f956/attachment.html>


More information about the intel-gfx-bugs mailing list