summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/clients
AgeCommit message (Expand)Author
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2025-11-25drm/client: log: Implement struct drm_client_funcs.restoreThomas Zimmermann
2025-11-25drm/client: Pass force parameter to client restoreThomas Zimmermann
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie
2025-11-13drm/client: fix MODULE_PARM_DESC string for "active"Randy Dunlap
2025-10-30drm/client: Flush client buffers with drm_client_buffer_sync()Thomas Zimmermann
2025-10-30drm/client: Create client buffers with drm_client_buffer_create_dumb()Thomas Zimmermann
2025-10-30drm/client: Remove drm_client_framebuffer_delete()Thomas Zimmermann
2025-10-24drm/log: Add free callbackThomas Zimmermann
2025-10-24drm/log: Do not hold lock across drm_client_release()Thomas Zimmermann
2025-10-24drm/client: Add client free callback to unprepare fb_helperThomas Zimmermann
2025-10-18drm/client: Remove holds_console_lock parameter from suspend/resumeThomas Zimmermann
2025-07-06drm/fbdev-client: Skip DRM clients if modesetting is absentThierry Reding
2025-06-16drm/client: Include <linux/export.h>Thomas Zimmermann
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza
2024-12-12drm/log: select CONFIG_FONT_SUPPORTArnd Bergmann
2024-12-12drm/client: Fix drm client endless Kconfig loopJocelyn Falempe
2024-12-10drm/log: Add integer scaling supportJocelyn Falempe
2024-12-10drm/log: Implement suspend/resumeJocelyn Falempe
2024-12-10drm/log: Color the timestamp, to improve readabilityJocelyn Falempe
2024-12-10drm/log: Do not draw if drm_master is takenJocelyn Falempe
2024-12-10drm/log: Introduce a new boot logger to draw the kmsg on the screenJocelyn Falempe
2024-11-15drm/fbdev-client: Unexport drm_fbdev_client_setup()Thomas Zimmermann
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann
2024-11-15drm: Move client code to clients/ subdirectoryThomas Zimmermann