]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Pullout the bksv read and validation
authorRamalingam C <ramalingam.c@intel.com>
Tue, 23 Oct 2018 09:22:27 +0000 (14:52 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Oct 2018 07:33:28 +0000 (09:33 +0200)
commitf106d1005ac723813969102b5885b17b6fe1d9ff
tree7bc2d9446bd033c8b64322931042d47b07c7813c
parentfbffc5a3b877adc0c5334f3f6ff628ffb7e70d5e
drm/i915: Pullout the bksv read and validation

For reusability purpose, this patch implements the hdcp1.4 bksv's
read and validation as a functions.

For detecting the HDMI panel's HDCP capability this fucntions will be
used.

v2:
  Rebased.
v3:
  No Changes.
v4:
  inline tag is removed with modified error msg.
v5:
  No Changes.
v6:
  No Changes.
v7:
  Realigned the code.

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