[Bug 84974] [VLV bisected] LVDS/powerdomains: Screen goes blank on rotate using xrandr
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 18 06:35:44 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=84974
--- Comment #26 from Jani Nikula <jani.nikula at intel.com> ---
Presuming the log from comment #22 is with just the eDP->LVDS output, the VBT
on the thing doesn't indicate that port C is eDP. What if you try this hack
patch:
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index 6421593d95de..e5ab5f2ee879 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -4527,7 +4527,7 @@ bool intel_dp_is_edp(struct drm_device *dev, enum port
port)
[PORT_D] = PORT_IDPD,
};
- if (port == PORT_A)
+ if (port == PORT_C)
return true;
if (!dev_priv->vbt.child_dev_num)
--
You are receiving this mail because:
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: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20141118/e3fb422c/attachment.html>
More information about the intel-gfx-bugs
mailing list