[Bug 84974] [VLV bisected] Screen goes blank on rotate using xrandr

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 27 00:23:59 PDT 2014


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

--- Comment #11 from ws at xell.at ---
Reverting this single method call (which was added as part of the bisected
patch) from the 3.17.1 kernel makes rotation work again:

diff --git a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index d8324c6..057b6be 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -4609,7 +4609,6 @@ static void valleyview_modeset_global_resources(struct
drm_device *dev)

        if (req_cdclk != dev_priv->vlv_cdclk_freq)
                valleyview_set_cdclk(dev, req_cdclk);
-       modeset_update_crtc_power_domains(dev);
 }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list 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/20141027/e4c4651b/attachment.html>


More information about the intel-gfx-bugs mailing list