]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/hdcp: Take force_hdcp14 into account during check_link
authorSuraj Kandpal <suraj.kandpal@intel.com>
Wed, 25 Feb 2026 06:50:45 +0000 (12:20 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Fri, 13 Mar 2026 05:13:04 +0000 (10:43 +0530)
commit5f6da19359a8c289d4d327c4043905d04726fbc4
treeb2e59d08f1e1d47494b1daf2c83fc7377fa4fa07
parent2344b93af8eb5da5d496b4e0529d35f0f559eaf0
drm/i915/hdcp: Take force_hdcp14 into account during check_link

During intel_hdcp_check_link phase we need to take into account
if we are currently forcing HDCP 1.4 or not. This is because
we check for HDCP 2.x Link first and only if HDCP 2.x is not being
used check for HDCP 1.4. With force_hdcp14 in picture we should not
be going into intel_hdcp2_check_link because of which we may end
up trying to disable HDCP2.x even if HDCP 1.4 was enabled causing
a lot of issues while IGT tests this.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patch.msgid.link/20260225065045.3040787-1-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/intel_hdcp.c