commit | e8edae54c593bc9aea949fbf6b2a59fe53cd5d83 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Aug 21 20:30:30 2019 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Aug 23 21:36:00 2019 +0300 |
tree | cee891919ab4fe66f9666e5e6dc588972b0929fc | |
parent | d06a79d33e0f97373a29decb66791758a6d2e968 [diff] |
drm/i915: Unconfuse pipe vs. crtc->index in i915_get_crtc_scanoutpos() The "pipe" argument passed in by the vblank code is in fact the crtc index. Don't assume that is the same as the pipe. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190821173033.24123-2-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>