Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67c96400 authored by Daniel Vetter's avatar Daniel Vetter Committed by Dave Airlie
Browse files

drm/i915: fixup per-crtc locking in intel_release_load_detect_pipe

One of the early return cases missed the mutex unlocking. Hilarity
ensued.

This regression has been introduced in

commit 7b24056b
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Wed Dec 12 00:35:33 2012 +0100

    drm: don't hold crtc mutexes for connector ->detect callbacks

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


Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Tested-by: default avatarCancan Feng <cancan.feng@intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 735dc0d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6513,6 +6513,7 @@ void intel_release_load_detect_pipe(struct drm_connector *connector,
			drm_framebuffer_unreference(old->release_fb);
		}

		mutex_unlock(&crtc->mutex);
		return;
	}