summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/drm_fb_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm2/drm_fb_helper.c')
-rw-r--r--sys/dev/drm2/drm_fb_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm2/drm_fb_helper.c b/sys/dev/drm2/drm_fb_helper.c
index 5014fcd..8c44a24 100644
--- a/sys/dev/drm2/drm_fb_helper.c
+++ b/sys/dev/drm2/drm_fb_helper.c
@@ -75,7 +75,7 @@ vt_kms_postswitch(void *arg)
sc = (struct vt_kms_softc *)arg;
if (!kdb_active && panicstr == NULL)
- taskqueue_enqueue_fast(taskqueue_thread, &sc->fb_mode_task);
+ taskqueue_enqueue(taskqueue_thread, &sc->fb_mode_task);
else
drm_fb_helper_restore_fbdev_mode(sc->fb_helper);
OpenPOWER on IntegriCloud