drm/i915/hdcp: Remove additional timing for reading mst hdcp message
authorSuraj Kandpal <suraj.kandpal@intel.com>
Fri, 23 Feb 2024 08:14:49 +0000 (13:44 +0530)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Mon, 26 Feb 2024 08:15:42 +0000 (10:15 +0200)
commit20dfa63d7379408edfcae8bda8ef5ea44d7b357f
tree04c8ef39dec49e41da620a95af3e3d9773f335b0
parentcb2b7d6f8c96414e1ab63c5f6e89d1c66a8b1078
drm/i915/hdcp: Remove additional timing for reading mst hdcp message

Now that we have moved back to direct reads the additional timing
is not required hence this can be removed.

--v2
-Add Fixes tag [Ankit]

Fixes: 3974f9c17bb9 ("drm/i915/hdcp: Adjust timeout for read in DPMST Scenario")
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240223081453.1576918-10-suraj.kandpal@intel.com
(cherry picked from commit 429ccbd1c39baefc6114b482ae98c188f007afcd)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/display/intel_dp_hdcp.c