Searched refs:skip_panic (Results 1 – 3 of 3) sorted by relevance
513 bool skip_panic; /* Do not write to the fb after a panic */ member
523 info->skip_panic = drm_panic_is_enabled(fb_helper->dev); in drm_fb_helper_alloc_info()
281 return (info->skip_panic && unlikely(oops_in_progress)); in fbcon_skip_panic()283 return (info->skip_panic && unlikely(atomic_read(&panic_cpu) != PANIC_CPU_INVALID)); in fbcon_skip_panic()
Completed in 18 milliseconds