misc/mei/hdcp: Define ME FW interface for HDCP2.2
authorRamalingam C <ramalingam.c@intel.com>
Thu, 21 Feb 2019 18:11:57 +0000 (23:41 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 25 Feb 2019 16:01:36 +0000 (17:01 +0100)
commitcf8ecce20268cfd25fdcdf8093d027e95ecdc1f8
tree1ab9b69a2cd0ea4e436c9594396f387d158f790f
parent64e9bbdd9588ad8b74c687a192540ba847895706
misc/mei/hdcp: Define ME FW interface for HDCP2.2

Defines the HDCP specific ME FW interfaces such as Request CMDs,
payload structure for CMDs and their response status codes.

This patch defines payload size(Excluding the Header)for each WIRED
HDCP2.2 CMDs.

v2: Rebased.
v3:
  Extra comments are removed.
v4:
  %s/\/\*\*/\/\*
v5:
  Extra lines are removed.
v6:
  Remove redundant text from the License header
  %s/LPRIME_HALF/V_PRIME_HALF
  %s/uintxx_t/uxx
v7:
  Extra taps removed.
v8:
  k is defined as __be16 [Tomas]

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Acked-by Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/1550772730-23280-4-git-send-email-ramalingam.c@intel.com
drivers/misc/mei/hdcp/mei_hdcp.h [new file with mode: 0644]