aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Makefile2
-rw-r--r--drivers/gpu/drm/i915/intel_display.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fab639727c7..e6a9b1b94656 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 4 1VERSION = 4
2PATCHLEVEL = 0 2PATCHLEVEL = 0
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = -rc1 4EXTRAVERSION = -rc2
5NAME = Hurr durr I'ma sheep 5NAME = Hurr durr I'ma sheep
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
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);