aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_print.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-16drm: Reduce object size of DRM_ERROR and DRM_DEBUG usesJoe Perches1-13/+14
2017-12-15drm/print: Unconfuse kerneldocDaniel Vetter1-1/+1
2017-11-23drm/printer: Add drm_vprintf()Chris Wilson1-0/+15
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-0/+4
2017-11-11drm/print: Add drm_printf_indent()Noralf Trønnes1-0/+8
2017-10-20drm/print: Update old comment styleHaneen Mohammed1-17/+10
2017-10-20drm: Move debug macros out of drmP.hHaneen Mohammed1-0/+199
2017-02-26drm: drm_printer: add __printf validationJoe Perches1-0/+3
2016-12-30drm/doc: use preferred struct reference in kernel-docDaniel Vetter1-2/+2
2016-12-30drm/printer: add debug printerDaniel Vetter1-2/+18
2016-11-15drm/print: Move kerneldoc next to definitionDaniel Vetter1-5/+0
2016-11-08drm: add helper for printing to log or seq_fileRob Clark1-0/+117