CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/09/13 03:32:27
Modified files: sys/dev/pci/drm: drm_irq.c Log message: In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren't enabled at that point, so we cannot wait for one to happen. But having no delay at all breaks detection of some output connectors. Thanks to Philippe Meunier for tracking down the issue. ok millert@, jsg@