CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/27 20:41:28
Modified files:
sys/dev/pci/drm: drm_fb_helper.c
Log message:
On hotplug event call driver specific fb_set_par if available instead of
directly calling drm_fb_helper_set_par(). Avoids a problem where rc
output and login prompt were not seen without switching to a vt and back
on some intel machines with skylake and newer graphics.
diff from stsp@ who tracked this problem down
ok stsp@ kettenis@
