Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/hdcp: reference for srm file format

In the kernel documentation, HDCP specifications links are shared as a
reference for SRM table format.

v2:
Fixed small nits. [Shashank]

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Reviewed-by: Shashank Sharma <shashank.sharma@intel.com>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/320968/?series=57232&rev=14

+7
+7
drivers/gpu/drm/drm_hdcp.c
··· 271 271 * 272 272 * SRM should be presented in the name of "display_hdcp_srm.bin". 273 273 * 274 + * Format of the SRM table, that userspace needs to write into the binary file, 275 + * is defined at: 276 + * 1. Renewability chapter on 55th page of HDCP 1.4 specification 277 + * https://www.digital-cp.com/sites/default/files/specifications/HDCP%20Specification%20Rev1_4_Secure.pdf 278 + * 2. Renewability chapter on 63rd page of HDCP 2.2 specification 279 + * https://www.digital-cp.com/sites/default/files/specifications/HDCP%20on%20HDMI%20Specification%20Rev2_2_Final1.pdf 280 + * 274 281 * Returns: 275 282 * TRUE on any of the KSV is revoked, else FALSE. 276 283 */