Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141148956
D54432.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
488 B
Referenced Files
None
Subscribers
None
D54432.diff
View Options
diff --git a/stand/common/gfx_fb.c b/stand/common/gfx_fb.c
--- a/stand/common/gfx_fb.c
+++ b/stand/common/gfx_fb.c
@@ -866,7 +866,8 @@
* done as they are provided by protocols that disappear when exit
* boot services.
*/
- if (!ignore_gop_blt && gop != NULL && boot_services_active) {
+ if (gfx_state.tg_fb_type == FB_GOP && !ignore_gop_blt &&
+ gop != NULL && boot_services_active) {
tpl = BS->RaiseTPL(TPL_NOTIFY);
switch (BltOperation) {
case GfxFbBltVideoFill:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 2, 1:04 PM (15 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27429657
Default Alt Text
D54432.diff (488 B)
Attached To
Mode
D54432: loader.efi: only use firmware provided Blt on GOP
Attached
Detach File
Event Timeline
Log In to Comment