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

drm/amd/display: Add missing chips for HDCP

[WHAT]
Add missing HDCP ID in the message id enum.

Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
8a2553d5 ed4ae8f7

+5
+5
drivers/gpu/drm/amd/display/include/hdcp_msg_types.h
··· 69 69 HDCP_MESSAGE_ID_READ_RXSTATUS, 70 70 HDCP_MESSAGE_ID_WRITE_CONTENT_STREAM_TYPE, 71 71 72 + /* PS175 chip */ 73 + 74 + HDCP_MESSAGE_ID_WRITE_PS175_CMD, 75 + HDCP_MESSAGE_ID_READ_PS175_RSP, 76 + 72 77 HDCP_MESSAGE_ID_MAX 73 78 }; 74 79