CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/06/10 21:45:17

Modified files:
        sys/dev/pci/drm/i915: i915_driver.c 

Log message:
in inteldrm_burner_cb() call fb_blank() instead of drm_fb_helper_blank()

this indirectly calls intel_fbdev_blank(), which does
drm_fb_helper_blank() followed by intel_fbdev_invalidate()

avoids on screen garbage when wscons screen blanking is enabled on
mvs' Alder Lake and Gemini Lake machines.

Reply via email to