drm/amd/display: Update BIOS FW info table revision
authorChris Park <chris.park@amd.com>
Fri, 1 Dec 2023 13:25:10 +0000 (06:25 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2023 20:22:33 +0000 (15:22 -0500)
[Why]
BIOS FW info version 3.5 is introduced to support new ASICs, but it's
content is currently same as 3.4.

[How]
Include minor version 5 in parsing to enable support.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Signed-off-by: Chris Park <chris.park@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c

index 01abc2f3081a8411843e0dd70283a1b412ccf973..971473c69b328c0604669db3264c76cd1492d9b4 100644 (file)
@@ -1747,6 +1747,7 @@ static enum bp_result bios_parser_get_firmware_info(
                                result = get_firmware_info_v3_2(bp, info);
                                break;
                        case 4:
+                       case 5:
                                result = get_firmware_info_v3_4(bp, info);
                                break;
                        default: