From: Daniel Vetter Date: Fri, 11 Jul 2014 17:30:11 +0000 (-0700) Subject: drm/i915: Track the psr dp connector in dev_priv->psr.enabled X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~20^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2807cf69df89defb024ac74708b6e43c231d0d47;p=pandora-kernel.git drm/i915: Track the psr dp connector in dev_priv->psr.enabled Trying to fish that one out through looping is a bit a locking nightmare. So just set it and use it in the work struct. v2: - Don't Oops in psr_work, spotted by Rodrigo. - Fix compile warning. Reviewed-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed