Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F81970908
D17884.id50109.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
455 B
Referenced Files
None
Subscribers
None
D17884.id50109.diff
View Options
Index: sys/dev/vt/hw/efifb/efifb.c
===================================================================
--- sys/dev/vt/hw/efifb/efifb.c
+++ sys/dev/vt/hw/efifb/efifb.c
@@ -132,7 +132,7 @@
info->fb_size = info->fb_height * info->fb_stride;
info->fb_pbase = efifb->fb_addr;
info->fb_vbase = (intptr_t)pmap_mapdev_attr(info->fb_pbase,
- info->fb_size, VM_MEMATTR_WRITE_COMBINING);
+ info->fb_size, VM_MEMATTR_UNCACHEABLE);
vt_fb_init(vd);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 15, 10:01 PM (10 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9092027
Default Alt Text
D17884.id50109.diff (455 B)
Attached To
Mode
D17884: efifb: add a tunable to select the framebuffer cache attribute
Attached
Detach File
Event Timeline
Log In to Comment