diff options
| author | Joshua Aberback <joshua.aberback@amd.com> | 2023-12-06 14:52:22 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2023-12-13 15:09:53 -0500 |
| commit | 9a10bd0df618f500ca526cf99f42504900020c2c (patch) | |
| tree | 617108728bac1e4715d42ce3b2ec1078aa866cbd /drivers/gpu/drm/amd/display/dc/bios | |
| parent | drm/amd/pm: Remove redundant function members of pptable_funcs (diff) | |
| download | linux-9a10bd0df618f500ca526cf99f42504900020c2c.tar.gz linux-9a10bd0df618f500ca526cf99f42504900020c2c.zip | |
drm/amd/display: Remove minor revision 5 until proper parser is ready
Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Joshua Aberback <joshua.aberback@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 aef964f1bcbe..875a064bb9a5 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c @@ -1747,7 +1747,6 @@ 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: @@ -2398,7 +2397,6 @@ static enum bp_result get_vram_info_v30( return result; } - /* * get_integrated_info_v11 * |
