commit | 2807cf69df89defb024ac74708b6e43c231d0d47 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jul 11 10:30:11 2014 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jul 23 07:05:16 2014 +0200 |
tree | 10891c4b6192c366960fb892ba45c9e9fef67807 | |
parent | 1fcc9d1cf3c72ec7c7a3253b50b8e44f95f3f616 [diff] |
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 <rodrigo.vivi@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>