drm/i915/hdcp: Move HDCP debugfs to intel_hdcp.c
authorJani Nikula <jani.nikula@intel.com>
Fri, 7 Feb 2025 10:41:10 +0000 (12:41 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 10 Feb 2025 11:53:04 +0000 (13:53 +0200)
commit2c569b955e02d06c97fa23b6fa367583e4fca1c8
tree703f6b85d884a124f24711c9eaa8e85421ec760e
parent9e35a4edb837627849063d61d46968bfc691c484
drm/i915/hdcp: Move HDCP debugfs to intel_hdcp.c

Continue with placing debugfs next to the implementation.
intel_connector_info() still needs intel_hdcp_info(), so we'll need to
expose that too.

Cc: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/c118e992673f6b054aacaff0e1850fcea329e000.1738924826.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_display_debugfs.c
drivers/gpu/drm/i915/display/intel_hdcp.c
drivers/gpu/drm/i915/display/intel_hdcp.h