summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/clients/drm_log.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-0/+12
2026-08-13drm/log: Fix infinite loop when scale is too large for displayShixiong Ou1-0/+6
2026-08-13drm/log: Fix out-of-bounds read on empty message lengthShixiong Ou1-0/+3
2026-08-13drm/log: Fix division by zero when scale module parameter is 0Shixiong Ou1-0/+3
2026-06-04drm/client: log: Look up glyph shape with font helperThomas Zimmermann1-4/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-12-19drm/log: avoid WARN when searching for usable formatFrancesco Valla1-1/+1
2025-11-25drm/client: log: Implement struct drm_client_funcs.restoreThomas Zimmermann1-0/+13
2025-10-30drm/client: Flush client buffers with drm_client_buffer_sync()Thomas Zimmermann1-2/+2
2025-10-30drm/client: Create client buffers with drm_client_buffer_create_dumb()Thomas Zimmermann1-1/+1
2025-10-30drm/client: Remove drm_client_framebuffer_delete()Thomas Zimmermann1-2/+2
2025-10-24drm/log: Add free callbackThomas Zimmermann1-3/+11
2025-10-24drm/log: Do not hold lock across drm_client_release()Thomas Zimmermann1-1/+1
2025-10-18drm/client: Remove holds_console_lock parameter from suspend/resumeThomas Zimmermann1-2/+2
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza1-1/+1
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza1-1/+1
2024-12-10drm/log: Add integer scaling supportJocelyn Falempe1-9/+18
2024-12-10drm/log: Implement suspend/resumeJocelyn Falempe1-0/+20
2024-12-10drm/log: Color the timestamp, to improve readabilityJocelyn Falempe1-6/+21
2024-12-10drm/log: Do not draw if drm_master is takenJocelyn Falempe1-2/+8
2024-12-10drm/log: Introduce a new boot logger to draw the kmsg on the screenJocelyn Falempe1-0/+370