aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-03-07 07:39:37 +1000
committerDave Airlie <airlied@redhat.com>2015-03-07 07:39:37 +1000
commitb0b20ce347b66a705943628ec0cc9e0a30eb785e (patch)
treef818bf6665a714c937fe5d6aa65e88e07ac2051f
parentMerge branch 'msm-fixes-4.0' of git://people.freedesktop.org/~robclark/linux into drm-fixes (diff)
parentLinux 4.0-rc2 (diff)
downloadlinux-dev-b0b20ce347b66a705943628ec0cc9e0a30eb785e.tar.xz
linux-dev-b0b20ce347b66a705943628ec0cc9e0a30eb785e.zip
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 @@
VERSION = 4
PATCHLEVEL = 0
SUBLEVEL = 0
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
NAME = Hurr durr I'ma sheep
# *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:
old->release_fb->funcs->destroy(old->release_fb);
goto fail;
}
+ crtc->primary->crtc = crtc;
/* let the connector get through one full cycle before testing */
intel_wait_for_vblank(dev, intel_crtc->pipe);