<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - [HSW mobile]eDP can't light up when boot up, BIOS can display well"
href="https://bugs.freedesktop.org/show_bug.cgi?id=65995#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - [HSW mobile]eDP can't light up when boot up, BIOS can display well"
href="https://bugs.freedesktop.org/show_bug.cgi?id=65995">bug 65995</a>
from <span class="vcard"><a class="email" href="mailto:yangweix.shui@intel.com" title="shui yangwei <yangweix.shui@intel.com>"> <span class="fn">shui yangwei</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=65995#c2">comment #2</a>)
<span class="quote">> 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 */</span >
Test with -next-queued latest:
--------------------------------
commit 1acd12dc0d6a20f6bc7c6c7f2ef7119e15d3fe64
drm/i915: Introduce an HAS_IPS() macro
Follow the trend and don't code conditions with platforms but with
features.
Signed-off-by: Damien Lespiau <<a href="mailto:damien.lespiau@intel.com">damien.lespiau@intel.com</a>>
Signed-off-by: Daniel Vetter <<a href="mailto:daniel.vetter@ffwll.ch">daniel.vetter@ffwll.ch</a>>
This patch can't append directly, then I modify the change manually. And the
test result is the same with before.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>