drm/i915/tgl: Fix typo during output setup
authorImre Deak <imre.deak@intel.com>
Wed, 4 Nov 2020 01:00:00 +0000 (03:00 +0200)
committerImre Deak <imre.deak@intel.com>
Wed, 4 Nov 2020 14:31:56 +0000 (16:31 +0200)
commitba8a5cb234ba3bf0a585fd38e5f36d7e7ce33661
tree3d61a70f7b10e0e32b69d63c7d0b519663b6e019
parent0e8e272f1368b26053440fcf3b0ef0693f9e706e
drm/i915/tgl: Fix typo during output setup

Fix a typo that led to some MST short pulse event handling issue (the
short pulse event was handled for both encoder instances, each having
its own state).

Fixes: 1d8ca002456b6 ("drm/i915: Add PORT_TCn aliases to enum port")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201104010000.4165574-1-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display.c