Lines Matching +full:no +full:- +full:bar +full:- +full:match +full:- +full:nbits
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
55 * drm_printf(p, "bar=%d\n", bar);
68 * struct drm_printer p = drm_info_printer(drm->dev);
74 * enum drm_debug_category - The DRM debug categories
86 * - drm.debug=0x1 will enable CORE messages
87 * - drm.debug=0x2 will enable DRIVER messages
88 * - drm.debug=0x3 will enable CORE and DRIVER messages
89 * - ...
90 * - drm.debug=0x1ff will enable all messages
93 * run-time by echoing the debug value in its sysfs node::
99 /* These names must match those in DYNAMIC_DEBUG_CLASSBITS */
159 * the private macro to avoid re-testing the enable-bit.
169 * struct drm_printer - drm output "stream"
202 const char * const bits[], unsigned int nbits);
208 * drm_vprintf - print to a &drm_printer stream
218 p->printfn(p, &vaf); in drm_vprintf()
222 * drm_printf_indent - Print to a &drm_printer stream with indentation
231 * struct drm_print_iterator - local struct used with drm_printer_coredump
246 * drm_coredump_printer - construct a &drm_printer that can output to a buffer
305 * return count - iter.remain;
342 iter->offset = 0; in drm_coredump_printer()
348 * drm_seq_file_printer - construct a &drm_printer that outputs to &seq_file
365 * drm_info_printer - construct a &drm_printer that outputs to dev_printk()
381 * drm_dbg_printer - construct a &drm_printer for drm device specific output
384 * @prefix: debug output prefix, or NULL for no prefix
404 * drm_err_printer - construct a &drm_printer that outputs to drm_err()
406 * @prefix: debug output prefix, or NULL for no prefix
423 * drm_line_printer - construct a &drm_printer that prefixes outputs with line numbers
425 * @prefix: optional output prefix, or NULL for no prefix
441 * drm_printf(&lp, "bar");
447 * [ ] 0000:00:00.0: [drm] *ERROR* crash dump 1.2: bar
457 * drm_printf(&lp, "bar");
463 * [ ] 0000:00:00.0: [drm] 2: bar
496 * DRM_DEV_ERROR() - Error output.
507 * DRM_DEV_ERROR_RATELIMITED() - Rate limited error output.
551 * DRM_DEV_DEBUG() - Debug output for generic drm code
561 * DRM_DEV_DEBUG_DRIVER() - Debug output for vendor specific part of the driver
571 * DRM_DEV_DEBUG_KMS() - Debug output for modesetting code
589 dev_##level##type((drm) ? (drm)->dev : NULL, "[drm] " fmt, ##__VA_ARGS__)
623 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_CORE, fmt, ##__VA_ARGS__)
625 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DRIVER, fmt, ##__VA_ARGS__)
627 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_KMS, fmt, ##__VA_ARGS__)
629 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_PRIME, fmt, ##__VA_ARGS__)
631 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_ATOMIC, fmt, ##__VA_ARGS__)
633 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_VBL, fmt, ##__VA_ARGS__)
635 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_STATE, fmt, ##__VA_ARGS__)
637 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_LEASE, fmt, ##__VA_ARGS__)
639 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DP, fmt, ##__VA_ARGS__)
641 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DRMRES, fmt, ##__VA_ARGS__)
733 drm_dev_printk(drm_ ? drm_->dev : NULL, KERN_DEBUG, fmt, ## __VA_ARGS__); \
755 dev_driver_string((drm)->dev), \
756 dev_name((drm)->dev), ## arg)
760 dev_driver_string((drm)->dev), \
761 dev_name((drm)->dev), ## arg)