]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: fix a minor HDCP logging error
authorWenjing Liu <Wenjing.Liu@amd.com>
Tue, 25 Feb 2020 19:23:01 +0000 (14:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Mar 2020 17:49:54 +0000 (13:49 -0400)
commitc01971b3322cbac7656e7ada2d276e9ce28553a1
treecb2e2b872e8af6a0b32eab50fb0fd37149d044a9
parent49c543f48eae24dff1cf6115f12292bd09c53086
drm/amd/display: fix a minor HDCP logging error

[why]
In HDCP Uninitialzed State, a CPIRQ event would cause log output
internal policy error because the CPIRQ event is not recognized as
unexpected event.

[how]
CPIRQ is issued in HDCP uninitialized state is unexpected.  We should
set unexpected event flag in event ctx.

Signed-off-by: Wenjing Liu <Wenjing.Liu@amd.com>
Reviewed-by: Ashley Thomas <Ashley.Thomas2@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/hdcp/hdcp.c