commit | 1a4313d13b69318d11e3418b7193be6add511f69 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Jul 05 19:43:52 2018 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Jul 13 18:22:22 2018 +0300 |
tree | 7a4f090d9e784765f9042157280c0d150a2216e6 | |
parent | 4ef03f8354f592b237cff1774cc50e4e4eb63652 [diff] |
drm/i915: Rewrite mst suspend/resume in terms of encoders Rather than looping over all the ports and picking the encoder based on the port, let's just loop over all the encoders instead. Gets rid of some irq_port[] usage, which is a bit of an eye sore. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180705164357.28512-4-ville.syrjala@linux.intel.com Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>