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

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: Rename dcn31 string shown to user

[Why]
DCN31 isn't a product, but DCN312 is. Matching against documentation users
might not understand the code.

[How]
Change DCN 3.1 string to be DCN 3.1.2.

Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Mario Limonciello and committed by
Alex Deucher
0352e5fa fa7cad49

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/dc_helper.c
··· 732 732 case DCN_VERSION_3_03: 733 733 return "DCN 3.0.3"; 734 734 case DCN_VERSION_3_1: 735 - return "DCN 3.1"; 735 + return "DCN 3.1.2"; 736 736 case DCN_VERSION_3_14: 737 737 return "DCN 3.1.4"; 738 738 case DCN_VERSION_3_15: