Searched refs:PANIC_LINE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_panic.c | 84 #define PANIC_LINE(s) {.len = sizeof(s) - 1, .txt = s} macro 87 PANIC_LINE("KERNEL PANIC!"), 88 PANIC_LINE(""), 89 PANIC_LINE("Please reboot your computer."), 90 PANIC_LINE(""), 91 PANIC_LINE(""), /* will be replaced by the panic description */ 97 PANIC_LINE(" .--. _"), 98 PANIC_LINE(" |o_o | | |"), 99 PANIC_LINE(" |:_/ | | |"), 100 PANIC_LINE(" // \\ \\ |_|"), [all …]
|