]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Add logging for HDCP2.2
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Wed, 18 Sep 2019 15:24:09 +0000 (11:24 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Nov 2019 15:12:53 +0000 (10:12 -0500)
commit3dd4f14a6cda04423f6e27e670abac4944013c73
treea70aef56af16a2db5c3c57c767a2d166a2c68535
parent99ff18090f4022c0ab60b8d1044aceefc223823f
drm/amd/display: Add logging for HDCP2.2

[Why]
We need to log the state changes for 2.2
This patch extends the existing logging functions to handle
HDCP2.2.

[How]
We do this by adding if/else in the defines, and output the log
 based on the hdcp version

Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c
drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.h
drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c