CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/11/04 19:11:58
Modified files:
sys/dev/pci/drm/i915/display: intel_fbdev.c
Log message:
add back local change that got lost along the way
originally in sys/dev/pci/drm/i915/intel_fbdev.c from kettenis:
If we keep the BIOS framebuffer, stick to the desired
framebuffer size instead of using the actual framebuffer size.
This fixes a problem seen on various Apple machines where the
BIOS framebuffer is bigger than the actual display.
ok jsg