]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Fix failure to read vram info due to static BP_RESULT
authorHamish Claxton <hamishclaxton@gmail.com>
Tue, 5 Nov 2024 00:42:31 +0000 (10:42 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Nov 2024 22:10:40 +0000 (17:10 -0500)
commit91314e7dfd83345b8b820b782b2511c9c32866cd
tree5b8631aad4176d8f0e001f9873c374fa5ffbc9cc
parente8fc090d322346e5ce4c4cfe03a8100e31f61c3c
drm/amd/display: Fix failure to read vram info due to static BP_RESULT

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@amd.com>
Signed-off-by: Hamish Claxton <hamishclaxton@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: aurabindo.pillai@amd.com
Cc: hamishclaxton@gmail.com
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c