Skip to content

drm/amd: Delay removal of the firmware framebuffer

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2155886

Upstream Status: v6.2-rc4

commit 1923bc5a56daeeabd7e9093bad2febcd6af2416a Author: Mario Limonciello mario.limonciello@amd.com AuthorDate: Tue Dec 27 15:49:17 2022 -0600 Commit: Alex Deucher alexander.deucher@amd.com CommitDate: Mon Jan 9 16:50:00 2023 -0500

Removing the firmware framebuffer from the driver means that even
if the driver doesn't support the IP blocks in a GPU it will no
longer be functional after the driver fails to initialize.

This change will ensure that unsupported IP blocks at least cause
the driver to work with the EFI framebuffer.

Cc: stable@vger.kernel.org
Suggested-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

Signed-off-by: Michel Dänzer mdaenzer@redhat.com

Merge request reports