summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
authorRamalingam C2018-01-18 06:48:05 +0100
committerSean Paul2018-01-18 23:28:49 +0100
commitfdddd08c4875db0799defd8cad318a68f564e7e5 (patch)
tree9aab7653509259ef312016392d4d2cff6803bc4b /drivers/gpu/drm/i915/i915_reg.h
parentdrm/i915/dp: Fix compilation of intel_dp_hdcp_check_link (diff)
downloadkernel-qcow2-linux-fdddd08c4875db0799defd8cad318a68f564e7e5.tar.gz
kernel-qcow2-linux-fdddd08c4875db0799defd8cad318a68f564e7e5.tar.xz
kernel-qcow2-linux-fdddd08c4875db0799defd8cad318a68f564e7e5.zip
drm/i915: Extending HDCP for HSW, BDW and BXT+
This patch extends the Key load process and hdcp initialization for few more capable intel platforms i.e. HSW, BDW and BXT+. Signed-off-by: Ramalingam C <ramalingam.c@intel.com> [seanpaul fixed checkpatch issues] Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/1516254488-4971-2-git-send-email-ramalingam.c@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index e5f7ef636a8e..e3c6ca8ee6ad 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -8352,6 +8352,7 @@ enum skl_power_gate {
#define HDCP_KEY_CONF _MMIO(0x66c00)
#define HDCP_AKSV_SEND_TRIGGER BIT(31)
#define HDCP_CLEAR_KEYS_TRIGGER BIT(30)
+#define HDCP_KEY_LOAD_TRIGGER BIT(8)
#define HDCP_KEY_STATUS _MMIO(0x66c04)
#define HDCP_FUSE_IN_PROGRESS BIT(7)
#define HDCP_FUSE_ERROR BIT(6)