From 5b215bcff50d549d73e43c09bcccf8eebcc95bac Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 5 Aug 2014 10:40:20 +1000 Subject: [PATCH] drm/i915: lock around link status and link training. We need to take the connection mutex around the link status check for non-MST case, but also around the MST link training on short HPDs. I suspect we actually should have a dpcd lock in the future as well, that just lock the local copies of dpcd and flags stored from that. Reviewed-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-format-patch failed