CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2019/09/08 19:35:43

Modified files:
        sys/dev/pci/drm: drm_fb_helper.c 

Log message:
When no display outputs are connected on boot linux 4.19 drm relies on
deferred setup to handle the console framebuffer where as linux 4.4 drm
created a 1024x768 console framebuffer in this situation.

As we only handle setting up rasops and wsdisplay on attach go back to
the old behaviour for now so a display can be connected after booting
with none attached to interact with the console.

This partly reverts linux commit
drm/fb-helper: Support deferred setup
ca91a2758fcef6635626993557dd51cfbb6dd134

Reported and tested by Marcus MERIGHI.
Tested by and ok kettenis@

Reply via email to