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