CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/11/16 04:24:58
Modified files: sys/dev/pci/drm/radeon: radeon_kms.c Log message: Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms() if the mode config stuff has not been initialized yet. Fixes a panic that happens when radeondrm(4) detaches because the hardware couldn't be initialized properly. Tested by Lubos Boucek.