Commit 0352e5fa authored by Mario Limonciello's avatar Mario Limonciello Committed by Alex Deucher
Browse files

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: default avatarAlex Hung <alex.hung@amd.com>
Signed-off-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Signed-off-by: default avatarIvan Lipski <ivan.lipski@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fa7cad49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -732,7 +732,7 @@ char *dce_version_to_string(const int version)
	case DCN_VERSION_3_03:
		return "DCN 3.0.3";
	case DCN_VERSION_3_1:
		return "DCN 3.1";
		return "DCN 3.1.2";
	case DCN_VERSION_3_14:
		return "DCN 3.1.4";
	case DCN_VERSION_3_15: