summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_hdcp.c
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2022-08-04 12:58:34 +0300
committerJani Nikula <jani.nikula@intel.com>2022-08-10 10:32:58 +0300
commit9e6a82b9fcecb11b84d010108874f923c1e648f1 (patch)
treec0f4eda9c24e4383b0cd2b9243791c896df7a1c1 /drivers/gpu/drm/i915/display/intel_hdcp.c
parentfc30eea1542dd787c6aa46e970014e97e390c5b2 (diff)
downloadlinux-9e6a82b9fcecb11b84d010108874f923c1e648f1.tar.gz
linux-9e6a82b9fcecb11b84d010108874f923c1e648f1.tar.bz2
linux-9e6a82b9fcecb11b84d010108874f923c1e648f1.zip
drm/i915/hdcp: split out hdcp registers to a separate file
Reduce the bloat of i915_reg.h. The registers are also only needed in a few places, no need to have them defined everywhere. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/ce8334342e8bdf92c17c714aa13574e66cad93bb.1659607033.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_hdcp.c')
-rw-r--r--drivers/gpu/drm/i915/display/intel_hdcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_hdcp.c b/drivers/gpu/drm/i915/display/intel_hdcp.c
index 8ea66a2e1b09..c5e9e86bb4cb 100644
--- a/drivers/gpu/drm/i915/display/intel_hdcp.c
+++ b/drivers/gpu/drm/i915/display/intel_hdcp.c
@@ -23,6 +23,7 @@
#include "intel_display_power_well.h"
#include "intel_display_types.h"
#include "intel_hdcp.h"
+#include "intel_hdcp_regs.h"
#include "intel_pcode.h"
#define KEY_LOAD_TRIES 5