]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Fix GEN9 HDCP1.4 key load process
authorRamalingam C <ramalingam.c@intel.com>
Wed, 5 Dec 2018 11:44:40 +0000 (17:14 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Dec 2018 08:16:59 +0000 (09:16 +0100)
commit083d2a07ee0ef09c6116f058d1c6e41bafca6a19
tree743a12e5e9a935b3f546cdc8cf0ef8516ee630ef
parent8d9d005d38bada06604545f815fcbb69c1d08e63
drm/i915: Fix GEN9 HDCP1.4 key load process

HDCP1.4 key load process varies between Intel platform to platform.

For Gen9 platforms except BXT and GLK, HDCP1.4 key is loaded using
the GT Driver Mailbox interface. So all GEN9_BC platforms will use
the GT Driver Mailbox interface for HDCP1.4 key load.

v2:
  Using the IS_GEN9_BC for filtering the platforms [Ville]

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Reviewed-by: Sean Paul <sean@poorly.run>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/1544010283-20223-2-git-send-email-ramalingam.c@intel.com
drivers/gpu/drm/i915/intel_hdcp.c