aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_print.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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