summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/hdcp
diff options
context:
space:
mode:
authorWenjing Liu <wenjing.liu@amd.com>2022-12-13 17:26:13 -0500
committerAlex Deucher <alexander.deucher@amd.com>2023-01-13 14:57:51 -0500
commita28d0bac0956c12c17c166cfd9c3655c006426a8 (patch)
tree13cee26d803eb8b11a3350a7ac3a373e460ea5e4 /drivers/gpu/drm/amd/display/dc/hdcp
parenta98cdd8c485600a2cfc15508a38c13c49b551fb1 (diff)
drm/amd/display: move dpcd logic from dc_link_dpcd to link_dpcd
[why] Moving dpcd logic from dc_link_dpcd to link_dpcd as part of link file restructure Tested-by: Daniel Wheeler <Daniel.Wheeler@amd.com> Reviewed-by: George Shen <George.Shen@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Wenjing Liu <wenjing.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/hdcp')
-rw-r--r--drivers/gpu/drm/amd/display/dc/hdcp/hdcp_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/hdcp/hdcp_msg.c b/drivers/gpu/drm/amd/display/dc/hdcp/hdcp_msg.c
index 6c4b47f90d49..906a43e85f6d 100644
--- a/drivers/gpu/drm/amd/display/dc/hdcp/hdcp_msg.c
+++ b/drivers/gpu/drm/amd/display/dc/hdcp/hdcp_msg.c
@@ -32,7 +32,7 @@
#include "core_types.h"
#include "link.h"
#include "link_hwss.h"
-#include "inc/link_dpcd.h"
+#include "link/link_dpcd.h"
#define DC_LOGGER \
link->ctx->logger