Skip to content

Commit fac6178

Browse files
harshimogalapallijfvogel
authored andcommitted
Revert "x86/simplefb: simplefb was broken on UEFI mode Oracle and HP system, skip VIDEO_TYPE_EFI"
This reverts commit 276a11d. Given that upstream code works, remove downstream code from 2015. The commit had a statement which says "Bring it back when simplefb is fixed." --> So safe to drop this. Orabug: 37638881 Signed-off-by: Harshit Mogalapalli <[email protected]> Reviewed-by: Yifei Liu <[email protected]> Reviewed-by: Darren Kenny <[email protected]>
1 parent e2c2d75 commit fac6178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firmware/sysfb_simplefb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ __init bool sysfb_parse_mode(const struct screen_info *si,
3232
unsigned int i;
3333

3434
type = si->orig_video_isVGA;
35-
if (type != VIDEO_TYPE_VLFB)
35+
if (type != VIDEO_TYPE_VLFB && type != VIDEO_TYPE_EFI)
3636
return false;
3737

3838
/*

0 commit comments

Comments
 (0)