From: Hamish Claxton <hamishclaxton@xxxxxxxxx> commit 4bb2f52ac01b8d45d64c7c04881207722e5e6fe4 upstream. The static declaration causes the check to fail. Remove it. Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3678 Fixes: 00c391102abc ("drm/amd/display: Add misc DC changes for DCN401") Reviewed-by: Harry Wentland <harry.wentland@xxxxxxx> Signed-off-by: Hamish Claxton <hamishclaxton@xxxxxxxxx> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Cc: aurabindo.pillai@xxxxxxx Cc: hamishclaxton@xxxxxxxxx (cherry picked from commit 91314e7dfd83345b8b820b782b2511c9c32866cd) Cc: stable@xxxxxxxxxxxxxxx # 6.11.x Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 be8fbb04ad98..902491669cbc 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c @@ -3122,7 +3122,7 @@ static enum bp_result bios_parser_get_vram_info( struct dc_vram_info *info) { struct bios_parser *bp = BP_FROM_DCB(dcb); - static enum bp_result result = BP_RESULT_BADBIOSTABLE; + enum bp_result result = BP_RESULT_BADBIOSTABLE; struct atom_common_table_header *header; struct atom_data_revision revision; -- 2.47.0 Patches currently in stable-queue which might be from hamishclaxton@xxxxxxxxx are queue-6.11/drm-amd-display-fix-failure-to-read-vram-info-due-to-static-bp_result.patch queue-6.11/revert-drm-amd-display-parse-umc_info-or-vram_info-based-on-asic.patch