From 45c5fb0be343503fc972dc2696b3897786e96cbb Mon Sep 17 00:00:00 2001 From: Wenjing Liu Date: Tue, 4 Nov 2025 16:40:53 -0500 Subject: [PATCH] drm/amd/display: Refactor HDCP Status Log Format Add missing part for drm/amd/display: fw locality check refactors Reviewed-by: Aurabindo Pillai Signed-off-by: Wenjing Liu Signed-off-by: Fangzhi Zuo Tested-by: Dan Wheeler Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c index 409a7d0e70fab..5cb979c2cf8c4 100644 --- a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c +++ b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c @@ -126,7 +126,6 @@ void mod_hdcp_log_ddc_trace(struct mod_hdcp *hdcp) } #define CASE_FORMAT(entry) case entry: return #entry; - char *mod_hdcp_status_to_str(int32_t status) { switch (status) { -- 2.47.3