commit | 03f476e1fcb42fca88fc50b94b0d3adbdbe887f0 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Tue May 17 15:08:00 2016 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Thu May 19 14:38:59 2016 +0200 |
tree | 94aaf06c814236263f7eacffaff96736efb5f5a7 | |
parent | 2099deffef4404f949ba1b68d2b17e0608190bc2 [diff] |
drm/i915: Prepare connectors for nonblocking checks. intel_unpin_work may not take the list lock because it requires the connector_mutex. To prevent taking locks we add an array of old and new state. The old state to free, the new state to commit and verify. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1463490484-19540-18-git-send-email-maarten.lankhorst@linux.intel.com Reviewed-by: Patrik Jakobsson <patrik.jakobsson@linux.intel.com>