On 2018-03-21 09:46 AM, Alex Deucher wrote: > From: "Jerry (Fangzhi) Zuo" <Jerry.Zuo at amd.com> > > VG12 shows minor revision version of 2 which is not handled in > bios_parser_get_firmware_info() routine. > > Signed-off-by: Jerry (Fangzhi) Zuo <Jerry.Zuo at amd.com> > Signed-off-by: Alex Deucher <alexander.deucher at amd.com> Reviewed-by: Harry Wentland <harry.wentland at amd.com> Harry > --- > drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c > index e7680c41f117..985fe8c22875 100644 > --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c > +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c > @@ -1321,6 +1321,7 @@ static enum bp_result bios_parser_get_firmware_info( > case 3: > switch (revision.minor) { > case 1: > + case 2: > result = get_firmware_info_v3_1(bp, info); > break; > default: >