aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-03-06 16:39:37 -0500
committerDave Airlie <airlied@redhat.com>2015-03-06 16:39:37 -0500
commitb0b20ce347b66a705943628ec0cc9e0a30eb785e (patch)
treef818bf6665a714c937fe5d6aa65e88e07ac2051f /drivers/gpu
parent4afb1534775ffcea984ab63cf9cc217203318bfe (diff)
parent13a7a6ac0a11197edcd0f756a035f472b42cdf8b (diff)
Merge tag 'v4.0-rc2' into drm-fixes
Linux 4.0-rc2 Merging this manually as the i915 change is in it, and intel fixes are on top of this
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/intel_display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 3117679299a6..e730789b53b7 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -8713,6 +8713,7 @@ retry:
8713 old->release_fb->funcs->destroy(old->release_fb); 8713 old->release_fb->funcs->destroy(old->release_fb);
8714 goto fail; 8714 goto fail;
8715 } 8715 }
8716 crtc->primary->crtc = crtc;
8716 8717
8717 /* let the connector get through one full cycle before testing */ 8718 /* let the connector get through one full cycle before testing */
8718 intel_wait_for_vblank(dev, intel_crtc->pipe); 8719 intel_wait_for_vblank(dev, intel_crtc->pipe);