summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_panic.c
AgeCommit message (Expand)AuthorLines
2025-06-16drm: Include <linux/export.h>Thomas Zimmermann-0/+1
2025-04-10drm/panic: Add support to scanout buffer as array of pagesJocelyn Falempe-6/+136
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-5/+0
2025-03-09panic_qr: use new #[export] macroAlice Ryhl-5/+0
2025-02-07drm/panic: Better binary encoding in QR codeJocelyn Falempe-1/+1
2024-12-10drm/panic: Move drawing functions to drm_drawJocelyn Falempe-240/+29
2024-11-04drm/panic: Add ABGR2101010 supportJocelyn Falempe-0/+10
2024-08-23drm/panic: Add a QR code panic screenJocelyn Falempe-0/+248
2024-08-23drm/panic: Simplify logo handlingJocelyn Falempe-25/+33
2024-08-23drm/rect: Add drm_rect_overlap()Jocelyn Falempe-2/+1
2024-08-23drm/panic: Add integer scaling to blit()Jocelyn Falempe-14/+19
2024-08-12drm/panic: Add panic descriptionJocelyn Falempe-13/+45
2024-08-12drm/panic: Remove useless export symbolsJocelyn Falempe-2/+0
2024-08-12drm/panic: Remove space before "!" in panic messageJocelyn Falempe-1/+1
2024-07-20drm/panic: Add missing static inline to drm_panic_is_enabled()Jocelyn Falempe-0/+2
2024-07-19drm/panic: Add drm_panic_is_enabled()Jocelyn Falempe-0/+20
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe-2/+2
2024-06-27drm/panic: Restrict graphical logo handling to built-inGeert Uytterhoeven-1/+1
2024-06-27drm/panic: Do not select DRM_KMS_HELPERGeert Uytterhoeven-1/+0
2024-06-24drm/panic: Add support for drawing a monochrome graphical logoGeert Uytterhoeven-7/+58
2024-06-24drm/panic: Rename logo to logo_asciiGeert Uytterhoeven-5/+6
2024-06-24drm/panic: Fix off-by-one logo size checksGeert Uytterhoeven-1/+1
2024-06-24drm/panic: Fix uninitialized drm_scanout_buffer.set_pixel() crashGeert Uytterhoeven-1/+1
2024-06-10drm/panic: Add a kmsg panic screenJocelyn Falempe-10/+99
2024-06-10drm/panic: Add a set_pixel() callback to drm_scanout_bufferJocelyn Falempe-44/+76
2024-06-10drm/panic: only draw the foreground color in drm_panic_blit()Jocelyn Falempe-36/+31
2024-04-15drm/panic: Add debugfs entry to test without triggering panic.Jocelyn Falempe-1/+43
2024-04-15drm/panic: Add support for color format conversionJocelyn Falempe-10/+263
2024-04-15drm/panic: Add a drm panic handlerJocelyn Falempe-0/+290