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

drm/amd/display: Refactor HDCP Status Log Format

Add missing part for
drm/amd/display: fw locality check refactors

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Fangzhi Zuo <Jerry.Zuo@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Wenjing Liu and committed by
Alex Deucher
45c5fb0b 401f8f33

-1
-1
drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c
··· 126 126 } 127 127 128 128 #define CASE_FORMAT(entry) case entry: return #entry; 129 - 130 129 char *mod_hdcp_status_to_str(int32_t status) 131 130 { 132 131 switch (status) {