drm/i915/hdcp: Adjust timeout for read in DPMST Scenario
authorSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 28 Aug 2023 06:34:01 +0000 (12:04 +0530)
committerUma Shankar <uma.shankar@intel.com>
Tue, 29 Aug 2023 08:21:41 +0000 (13:51 +0530)
commit3974f9c17bb963fadecd88c878d564d9fce21c5e
tree918b52fc2831cba33dee9361e67b87064c294640
parentae4f902bb344627b82396c0c2aefbc7218c05bee
drm/i915/hdcp: Adjust timeout for read in DPMST Scenario

For dpmst hdcp scenario increase the message timeout based
on the number of ports connected as each port needs to be
validated and each will take the prescribed amount of time
for the respective msg_id and total timeout will be
original_timeout * num_ports.

--v2
-Add justification for Adjusting the timeout [Arun]

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