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
54 * drm_printf(p, "bar=%d\n", bar);
67 * struct drm_printer p = drm_info_printer(drm->dev);
73 * enum drm_debug_category - The DRM debug categories
85 * - drm.debug=0x1 will enable CORE messages
86 * - drm.debug=0x2 will enable DRIVER messages
87 * - drm.debug=0x3 will enable CORE and DRIVER messages
88 * - ...
89 * - drm.debug=0x1ff will enable all messages
92 * run-time by echoing the debug value in its sysfs node::
98 /* These names must match those in DYNAMIC_DEBUG_CLASSBITS */
158 * the private macro to avoid re-testing the enable-bit.
168 * struct drm_printer - drm output "stream"
201 const char * const bits[], unsigned int nbits);
205 * drm_vprintf - print to a &drm_printer stream
215 p->printfn(p, &vaf); in drm_vprintf()
219 * drm_printf_indent - Print to a &drm_printer stream with indentation
228 * struct drm_print_iterator - local struct used with drm_printer_coredump
243 * drm_coredump_printer - construct a &drm_printer that can output to a buffer
302 * return count - iter.remain;
339 iter->offset = 0; in drm_coredump_printer()
345 * drm_seq_file_printer - construct a &drm_printer that outputs to &seq_file
362 * drm_info_printer - construct a &drm_printer that outputs to dev_printk()
378 * drm_dbg_printer - construct a &drm_printer for drm device specific output
381 * @prefix: debug output prefix, or NULL for no prefix
401 * drm_err_printer - construct a &drm_printer that outputs to drm_err()
403 * @prefix: debug output prefix, or NULL for no prefix
420 * drm_line_printer - construct a &drm_printer that prefixes outputs with line numbers
422 * @prefix: optional output prefix, or NULL for no prefix
438 * drm_printf(&lp, "bar");
444 * [ ] 0000:00:00.0: [drm] *ERROR* crash dump 1.2: bar
454 * drm_printf(&lp, "bar");
460 * [ ] 0000:00:00.0: [drm] 2: bar
493 * DRM_DEV_ERROR() - Error output.
504 * DRM_DEV_ERROR_RATELIMITED() - Rate limited error output.
548 * DRM_DEV_DEBUG() - Debug output for generic drm code
558 * DRM_DEV_DEBUG_DRIVER() - Debug output for vendor specific part of the driver
568 * DRM_DEV_DEBUG_KMS() - Debug output for modesetting code
586 dev_##level##type((drm) ? (drm)->dev : NULL, "[drm] " fmt, ##__VA_ARGS__)
620 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_CORE, fmt, ##__VA_ARGS__)
622 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DRIVER, fmt, ##__VA_ARGS__)
624 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_KMS, fmt, ##__VA_ARGS__)
626 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_PRIME, fmt, ##__VA_ARGS__)
628 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_ATOMIC, fmt, ##__VA_ARGS__)
630 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_VBL, fmt, ##__VA_ARGS__)
632 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_STATE, fmt, ##__VA_ARGS__)
634 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_LEASE, fmt, ##__VA_ARGS__)
636 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DP, fmt, ##__VA_ARGS__)
638 drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DRMRES, fmt, ##__VA_ARGS__)
730 drm_dev_printk(drm_ ? drm_->dev : NULL, KERN_DEBUG, fmt, ## __VA_ARGS__); \
752 dev_driver_string((drm)->dev), \
753 dev_name((drm)->dev), ## arg)
757 dev_driver_string((drm)->dev), \
758 dev_name((drm)->dev), ## arg)