]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/hdcp: Create force_hdcp14 debug fs entry
authorSuraj Kandpal <suraj.kandpal@intel.com>
Thu, 13 Feb 2025 08:25:42 +0000 (13:55 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Thu, 20 Feb 2025 07:17:57 +0000 (12:47 +0530)
commit5b99dd12fe53c745b40191b9e7fe9a25653b4e7a
treebcc5259237b0400c3b331b1915b6dc0597c74d72
parent2ed653c7b843db0670136330480842d76cb65cd8
drm/i915/hdcp: Create force_hdcp14 debug fs entry

Testing HDCP 1.4 becomes tough since the only way our code comes to
HDCP 1.4 pathway is if the monitor only supports HDCP 1.4 which
becomes tough to find sometimes.
Setting this debug_fs entry will force use to use the HDCP 1.4 path
so that more robust HDCP 1.4 testing can take place.

--v2
-Move the code to intel_hdcp.c [Jani]
-Remove useless debug logging [Jani]
-Remove Force_HDCP from the debug file [Jani]

--v3
-Remove leftover debug loggings [Jani]

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