summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_print.c
Commit message (Expand)AuthorAgeFilesLines
* drm/print: convert debug category macros into an enumJani Nikula2019-11-141-2/+2
* drm/print: underscore prefix functions that should be private to printJani Nikula2019-11-141-4/+4
* drm/print: rename drm_debug to __drm_debug to discourage useJani Nikula2019-11-141-4/+4
* drm/print: add drm_debug_enabled()Jani Nikula2019-10-021-2/+2
* drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula2019-10-021-0/+19
* drm: tweak drm_print_bits()Gerd Hoffmann2019-09-241-11/+9
* drm: add drm_print_bitsGerd Hoffmann2019-09-101-0/+33
* drm/print: Add drm_err_printer()Lyude Paul2019-09-031-0/+6
* drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-1/+6
* drm: Add a helper function for printing a debugfs_regset32.Eric Anholt2019-04-011-0/+28
* drm: Add puts callback for the coredump printerJordan Crouse2018-07-301-35/+49
* drm: Add a -puts() function for the seq_file printerJordan Crouse2018-07-301-0/+6
* drm: Add drm_puts() to complement drm_printf()Jordan Crouse2018-07-301-0/+17
* drm: drm_printer: Add printer for devcoredumpJordan Crouse2018-07-301-0/+74
* drm: Reduce object size of DRM_DEV_<LEVEL> usesJoe Perches2018-03-191-9/+28
* drm: Reduce object size of DRM_ERROR and DRM_DEBUG usesJoe Perches2018-03-161-7/+21
* drm/printer: Add drm_vprintf()Chris Wilson2017-11-231-4/+1
* drm: Enable pr_debug() for drm_printerChris Wilson2017-10-301-0/+2
* drm: Move debug macros out of drmP.hHaneen Mohammed2017-10-201-0/+47
* drm: drm_printer: add __printf validationJoe Perches2017-02-261-1/+1
* drm/printer: add debug printerDaniel Vetter2016-12-301-0/+6
* drm/print: Move kerneldoc next to definitionDaniel Vetter2016-11-151-0/+5
* drm: add helper for printing to log or seq_fileRob Clark2016-11-081-0/+54