Page MenuHomeFreeBSD

D54432.diff
No OneTemporary

D54432.diff

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

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)

Event Timeline