drm/i915/hdcp: Send the correct aux for DPMST HDCP scenario
authorSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 28 Aug 2023 06:34:00 +0000 (12:04 +0530)
committerUma Shankar <uma.shankar@intel.com>
Tue, 29 Aug 2023 08:21:40 +0000 (13:51 +0530)
commitae4f902bb344627b82396c0c2aefbc7218c05bee
tree385a57336a730d9d436a6f995d5304228e642c58
parent524240b231ea3da914fecfff15660c4fcbfc0e8e
drm/i915/hdcp: Send the correct aux for DPMST HDCP scenario

Up until now we were sending the base aux stored in dig_port which
is not correct as this causes an issue when monitor is connected via
a DPMST hub causing it to be remote hence we end up seeing AUX
failures so let's send the remote aux in case of DPMST.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Arun R Murthy <arun.r.mruthy@intel.com>
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230828063401.600414-4-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_dp_hdcp.c