[Bug 102889] [GLK] Crash when switching to framebuffer

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 20 09:09:17 UTC 2017


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

--- Comment #1 from Imre Deak <imre.deak at intel.com> ---
VBT says to init HDMI on port A, but this isn't supported anywhere AFAICS.
Could you try the following?:

diff --git a/drivers/gpu/drm/i915/intel_ddi.c
b/drivers/gpu/drm/i915/intel_ddi.c
index 93cbbcbbc193..dcb16865b411 100644
--- a/drivers/gpu/drm/i915/intel_ddi.c
+++ b/drivers/gpu/drm/i915/intel_ddi.c
@@ -2675,6 +2675,11 @@ void intel_ddi_init(struct drm_i915_private *dev_priv,
enum port port)
                DRM_DEBUG_KMS("VBT says port %c has lspcon\n",
port_name(port));
        }

+       if (port == PORT_A && init_hdmi) {
+               DRM_DEBUG_KMS("Overriding VBT to disable HDMI on port A\n");
+               init_hdmi = false;
+       }
+
        if (!init_dp && !init_hdmi) {
                DRM_DEBUG_KMS("VBT says port %c is not DVI/HDMI/DP compatible,
respect it\n",
                              port_name(port));

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170920/7c8013f3/attachment.html>


More information about the intel-gfx-bugs mailing list