summaryrefslogtreecommitdiff
path: root/include/drm/drm_print.h
AgeCommit message (Expand)Author
2023-11-19drm/print: Handle NULL drm device in __drm_printk()Luben Tuikov
2023-11-13Revert "drm/sched: Define pr_fmt() for DRM using pr_*()"Luben Tuikov
2023-11-09drm/sched: Define pr_fmt() for DRM using pr_*()Luben Tuikov
2023-01-30Merge tag 'amd-drm-next-6.3-2023-01-27' of https://gitlab.freedesktop.org/agd...Dave Airlie
2023-01-24drm/drm_print: correct format problemWayne Lin
2023-01-18drm_print: Remove deprecated DRM_DEBUG_KMS_RATELIMITED()Nirmoy Das
2022-09-24drm_print: add _ddebug descriptor to drm_*dbg prototypesJim Cromie
2022-09-24drm_print: optimize drm_debug_enabled for jump-labelJim Cromie
2022-09-24drm-print: add drm_dbg_driver to improve namespace symmetryJim Cromie
2022-09-24drm-print.h: include dyndbg headerJim Cromie
2022-09-24drm_print: wrap drm_*_dbg in dyndbg descriptor factory macroJim Cromie
2022-09-24drm_print: interpose drm_*dbg with forwarding macrosJim Cromie
2022-09-24drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers.Jim Cromie
2022-09-24drm_print: condense enum drm_debug_categoryJim Cromie
2021-09-24drm/print: Add deprecation notes to DRM_...() functionsDouglas Anderson
2021-07-20drm/print: fixup spelling in a commentJim Cromie
2021-04-27drm/print: Handle potentially NULL drm_devices in drm_dbg_*Lyude Paul
2021-04-08drm/print: Fixup DRM_DEBUG_KMS_RATELIMITED()Lyude Paul
2020-10-27drm: drm_print.h: fix kernel-doc markupsMauro Carvalho Chehab
2020-03-26drm: add managed resources tied to drm_deviceDaniel Vetter
2020-02-15drm/print: clean up RATELIMITED macrosSam Ravnborg
2020-02-14drm/print: Delete a few unused shouting macrosDaniel Vetter
2020-01-22drm/print: introduce new struct drm_device based WARN* macrosPankaj Bharadiya
2019-12-17drm/print: introduce new struct drm_device based logging macrosJani Nikula
2019-11-14drm/print: group logging functions by prink or device basedJani Nikula
2019-11-14drm/print: convert debug category macros into an enumJani Nikula
2019-11-14drm/print: underscore prefix functions that should be private to printJani Nikula
2019-11-14drm/print: rename drm_debug to __drm_debug to discourage useJani Nikula
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula
2019-10-02drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula
2019-09-24drm: tweak drm_print_bits()Gerd Hoffmann
2019-09-10drm: add drm_print_bitsGerd Hoffmann
2019-09-03drm/print: Add drm_err_printer()Lyude Paul
2019-06-10drm: fix build errors with drm_print.hSam Ravnborg
2019-04-01drm: Add a helper function for printing a debugfs_regset32.Eric Anholt
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul
2018-07-30drm: Add puts callback for the coredump printerJordan Crouse
2018-07-30drm: Add a -puts() function for the seq_file printerJordan Crouse
2018-07-30drm: Add drm_puts() to complement drm_printf()Jordan Crouse
2018-07-30drm: drm_printer: Add printer for devcoredumpJordan Crouse
2018-07-19drm/print: Fix DRM_DEBUG_DP macroLyude Paul
2018-07-16drm/dp_helper: Add DP aux channel tracingLyude Paul
2018-03-19drm: Reduce object size of DRM_DEV_<LEVEL> usesJoe Perches
2018-03-16drm: Reduce object size of DRM_ERROR and DRM_DEBUG usesJoe Perches
2017-12-15drm/print: Unconfuse kerneldocDaniel Vetter
2017-11-23drm/printer: Add drm_vprintf()Chris Wilson
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-11-11drm/print: Add drm_printf_indent()Noralf Trønnes
2017-10-20drm/print: Update old comment styleHaneen Mohammed
2017-10-20drm: Move debug macros out of drmP.hHaneen Mohammed