Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1edb2c8a authored by Jerry (Fangzhi) Zuo's avatar Jerry (Fangzhi) Zuo Committed by Alex Deucher
Browse files

drm/amd/display: Add BIOS smu_info v3_3 support for Vega20

parent 14a13a0e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1330,6 +1330,11 @@ static enum bp_result bios_parser_get_firmware_info(
			case 2:
				result = get_firmware_info_v3_2(bp, info);
				break;
			case 3:
#ifdef CONFIG_DRM_AMD_DC_VG20
				result = get_firmware_info_v3_2(bp, info);
#endif
				break;
			default:
				break;
			}