Skip to content

Commit

Permalink
video/aperature: Remove sysfb_disable
Browse files Browse the repository at this point in the history
  • Loading branch information
13r0ck authored and mmstick committed Mar 11, 2024
1 parent 1d30f34 commit cef0f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/aperture.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t si
* ask for this, so let's assume that a real driver for the display
* was already probed and prevent sysfb to register devices later.
*/
sysfb_disable();
// sysfb_disable(); Breaks initramfs framebuffer (aka Plymouth decrypt screen on Pop!_OS)

aperture_detach_devices(base, size);

Expand Down

0 comments on commit cef0f26

Please sign in to comment.