summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_panic_qr.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2025-03-301-4/+9
|\
| * panic_qr: use new #[export] macroAlice Ryhl2025-03-091-4/+9
* | Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2025-03-281-73/+35
|\ \
| * | drm/panic: Better binary encoding in QR codeJocelyn Falempe2025-02-071-73/+35
| |/
* | Merge tag 'drm-misc-fixes-2025-03-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2025-03-141-8/+8
|\ \ | |/ |/|
| * drm/panic: fix overindented list items in documentationMiguel Ojeda2025-03-071-6/+6
| * drm/panic: use `div_ceil` to clean Clippy warningMiguel Ojeda2025-03-071-2/+2
* | rust: finish using custom FFI integer typesMiguel Ojeda2024-12-161-1/+1
|/
* drm/panic: remove spurious empty line to clean warningMiguel Ojeda2024-12-101-1/+0
* drm/panic: allow verbose version checkThomas Böhler2024-10-201-0/+1
* drm/panic: allow verbose boolean for clarityThomas Böhler2024-10-201-1/+4
* drm/panic: correctly indent continuation of line in list itemThomas Böhler2024-10-201-1/+1
* drm/panic: remove redundant field when assigning valueThomas Böhler2024-10-201-1/+1
* drm/panic: prefer eliding lifetimesThomas Böhler2024-10-201-1/+1
* drm/panic: remove unnecessary borrow in alignment_patternThomas Böhler2024-10-201-1/+1
* drm/panic: avoid reimplementing Iterator::findThomas Böhler2024-10-201-6/+3
* drm/panic: Add a QR code panic screenJocelyn Falempe2024-08-231-0/+1003