CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/11/04 05:19:26
Modified files: sys/dev/pci/drm/radeon: radeon.h radeon_fb.c Log message: The radeondrm code that sets the DPMS mode may sleep, so it should not be run from a timeout like our burner code does. Hand this off to a taskq. tracked down by claudio@ ok jsg@