summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_print.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09drm: remove drm_debug_printer in favor of drm_dbg_printerJani Nikula1-7/+0
2024-02-09drm/print: add drm_dbg_printer() for drm device specific printerJani Nikula1-0/+21
2024-02-09drm/print: make drm_err_printer() device specific by using drm_err()Jani Nikula1-1/+6
2022-09-24drm_print: add _ddebug descriptor to drm_*dbg prototypesJim Cromie1-3/+5
2022-09-24drm_print: prefer bare printk KERN_DEBUG on generic fnJim Cromie1-3/+2
2022-09-24drm_print: optimize drm_debug_enabled for jump-labelJim Cromie1-2/+2
2022-09-24drm_print: interpose drm_*dbg with forwarding macrosJim Cromie1-5/+5
2022-09-24drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers.Jim Cromie1-2/+25
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2019-11-14drm/print: convert debug category macros into an enumJani Nikula1-2/+2
2019-11-14drm/print: underscore prefix functions that should be private to printJani Nikula1-4/+4
2019-11-14drm/print: rename drm_debug to __drm_debug to discourage useJani Nikula1-4/+4
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula1-2/+2
2019-10-02drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula1-0/+19
2019-09-24drm: tweak drm_print_bits()Gerd Hoffmann1-11/+9
2019-09-10drm: add drm_print_bitsGerd Hoffmann1-0/+33
2019-09-03drm/print: Add drm_err_printer()Lyude Paul1-0/+6
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-1/+6
2019-04-01drm: Add a helper function for printing a debugfs_regset32.Eric Anholt1-0/+28
2018-07-30drm: Add puts callback for the coredump printerJordan Crouse1-35/+49
2018-07-30drm: Add a -puts() function for the seq_file printerJordan Crouse1-0/+6
2018-07-30drm: Add drm_puts() to complement drm_printf()Jordan Crouse1-0/+17
2018-07-30drm: drm_printer: Add printer for devcoredumpJordan Crouse1-0/+74
2018-03-19drm: Reduce object size of DRM_DEV_<LEVEL> usesJoe Perches1-9/+28
2018-03-16drm: Reduce object size of DRM_ERROR and DRM_DEBUG usesJoe Perches1-7/+21
2017-11-23drm/printer: Add drm_vprintf()Chris Wilson1-4/+1
2017-10-30drm: Enable pr_debug() for drm_printerChris Wilson1-0/+2
2017-10-20drm: Move debug macros out of drmP.hHaneen Mohammed1-0/+47
2017-02-26drm: drm_printer: add __printf validationJoe Perches1-1/+1
2016-12-30drm/printer: add debug printerDaniel Vetter1-0/+6
2016-11-15drm/print: Move kerneldoc next to definitionDaniel Vetter1-0/+5
2016-11-08drm: add helper for printing to log or seq_fileRob Clark1-0/+54