diff options
author | Ramalingam C <[email protected]> | 2019-05-07 21:57:38 +0530 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2019-05-09 09:44:41 +0200 |
commit | 6498bf5800a302ef69e7f4914e727893f278bb2f (patch) | |
tree | ee75415a66311a04fc62a8cd0105cebd6ca42d49 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 0de655cae416b20ed7876adb480e5c65810274ea (diff) |
drm: revocation check at drm subsystem
On every hdcp revocation check request SRM is read from fw file
/lib/firmware/display_hdcp_srm.bin
SRM table is parsed and stored at drm_hdcp.c, with functions exported
for the services for revocation check from drivers (which
implements the HDCP authentication)
This patch handles the HDCP1.4 and 2.2 versions of SRM table.
v2:
moved the uAPI to request_firmware_direct() [Daniel]
v3:
kdoc added. [Daniel]
srm_header unified and bit field definitions are removed. [Daniel]
locking improved. [Daniel]
vrl length violation is fixed. [Daniel]
v4:
s/__swab16/be16_to_cpu [Daniel]
be24_to_cpu is done through a global func [Daniel]
Unused variables are removed. [Daniel]
unchecked return values are dropped from static funcs [Daniel]
Signed-off-by: Ramalingam C <[email protected]>
Acked-by: Satyeshwar Singh <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions