aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_print.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-16Merge tag 'drm-misc-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-104/+116
2024-02-09drm: remove drm_debug_printer in favor of drm_dbg_printerJani Nikula1-17/+0
2024-02-09drm/print: add drm_dbg_printer() for drm device specific printerJani Nikula1-0/+24
2024-02-09drm/print: move enum drm_debug_category etc. earlier in drm_print.hJani Nikula1-95/+95
2024-02-09drm/print: make drm_err_printer() device specific by using drm_err()Jani Nikula1-3/+8
2024-01-15Merge drm/drm-next into drm-intel-nextJani Nikula1-1/+1
2023-12-19drm/print: Add drm_dbg_ratelimitedNirmoy Das1-0/+3
2023-11-19drm/print: Handle NULL drm device in __drm_printk()Luben Tuikov1-1/+1
2023-11-13Revert "drm/sched: Define pr_fmt() for DRM using pr_*()"Luben Tuikov1-14/+0
2023-11-09drm/sched: Define pr_fmt() for DRM using pr_*()Luben Tuikov1-0/+14
2023-01-30Merge tag 'amd-drm-next-6.3-2023-01-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+1
2023-01-24drm/drm_print: correct format problemWayne Lin1-1/+1
2023-01-18drm_print: Remove deprecated DRM_DEBUG_KMS_RATELIMITED()Nirmoy Das1-3/+0
2022-09-24drm_print: add _ddebug descriptor to drm_*dbg prototypesJim Cromie1-11/+12
2022-09-24drm_print: optimize drm_debug_enabled for jump-labelJim Cromie1-1/+20
2022-09-24drm-print: add drm_dbg_driver to improve namespace symmetryJim Cromie1-1/+2
2022-09-24drm-print.h: include dyndbg headerJim Cromie1-0/+1
2022-09-24drm_print: wrap drm_*_dbg in dyndbg descriptor factory macroJim Cromie1-0/+12
2022-09-24drm_print: interpose drm_*dbg with forwarding macrosJim Cromie1-2/+7
2022-09-24drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers.Jim Cromie1-1/+2
2022-09-24drm_print: condense enum drm_debug_categoryJim Cromie1-11/+11
2021-09-24drm/print: Add deprecation notes to DRM_...() functionsDouglas Anderson1-0/+30
2021-07-20drm/print: fixup spelling in a commentJim Cromie1-1/+1
2021-04-27drm/print: Handle potentially NULL drm_devices in drm_dbg_*Lyude Paul1-10/+10
2021-04-08drm/print: Fixup DRM_DEBUG_KMS_RATELIMITED()Lyude Paul1-8/+12
2020-10-27drm: drm_print.h: fix kernel-doc markupsMauro Carvalho Chehab1-3/+17
2020-03-26drm: add managed resources tied to drm_deviceDaniel Vetter1-0/+6
2020-02-15drm/print: clean up RATELIMITED macrosSam Ravnborg1-20/+7
2020-02-14drm/print: Delete a few unused shouting macrosDaniel Vetter1-26/+0
2020-01-22drm/print: introduce new struct drm_device based WARN* macrosPankaj Bharadiya1-0/+29
2019-12-17drm/print: introduce new struct drm_device based logging macrosJani Nikula1-0/+65
2019-11-14drm/print: group logging functions by prink or device basedJani Nikula1-61/+74
2019-11-14drm/print: convert debug category macros into an enumJani Nikula1-40/+61
2019-11-14drm/print: underscore prefix functions that should be private to printJani Nikula1-11/+11
2019-11-14drm/print: rename drm_debug to __drm_debug to discourage useJani Nikula1-2/+3
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula1-0/+5
2019-10-02drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula1-0/+2
2019-09-24drm: tweak drm_print_bits()Gerd Hoffmann1-3/+2
2019-09-10drm: add drm_print_bitsGerd Hoffmann1-0/+3
2019-09-03drm/print: Add drm_err_printer()Lyude Paul1-0/+17
2019-06-10drm: fix build errors with drm_print.hSam Ravnborg1-0/+2
2019-04-01drm: Add a helper function for printing a debugfs_regset32.Eric Anholt1-0/+2
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul1-0/+71
2018-07-30drm: Add puts callback for the coredump printerJordan Crouse1-0/+2
2018-07-30drm: Add a -puts() function for the seq_file printerJordan Crouse1-0/+2
2018-07-30drm: Add drm_puts() to complement drm_printf()Jordan Crouse1-0/+2
2018-07-30drm: drm_printer: Add printer for devcoredumpJordan Crouse1-0/+65
2018-07-19drm/print: Fix DRM_DEBUG_DP macroLyude Paul1-1/+1
2018-07-16drm/dp_helper: Add DP aux channel tracingLyude Paul1-0/+6
2018-03-19drm: Reduce object size of DRM_DEV_<LEVEL> usesJoe Perches1-48/+46