Skip to content

Commit

Permalink
kexec patch: remove efifb since kexec chooses VIDEO_EFI_TYPE now (set…
Browse files Browse the repository at this point in the history
…up_linux_vesafb: Found driver EFI VGA, providing VIDEO_TYPE_EFI)
  • Loading branch information
tlaurion committed Jul 16, 2023
1 parent 960b3a9 commit a6fba05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions patches/kexec-2.0.26.patch
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ diff --git a/kexec/arch/i386/x86-linux-setup.c b/kexec/arch/i386/x86-linux-setup
index 14263b0..55291d6 100644
--- a/kexec/arch/i386/x86-linux-setup.c
+++ b/kexec/arch/i386/x86-linux-setup.c
@@ -138,31 +138,77 @@
@@ -138,31 +138,76 @@
if (-1 == fd)
return -1;

Expand Down Expand Up @@ -57,7 +57,6 @@ index 14263b0..55291d6 100644
+ * the real framebuffer address.
+ */
+ if (0 == strcmp(fix.id, "VESA VGA")
+ || 0 == strcmp(fix.id, "efifb")
+ || 0 == strcmp(fix.id, "inteldrmfb")
+ || 0 == strcmp(fix.id, "i915drmfb")) {
/* VIDEO_TYPE_VLFB */
Expand Down

0 comments on commit a6fba05

Please sign in to comment.