Lines Matching refs:fmt
167 #define DRM_ERROR(fmt, ...) \ argument
168 drm_err(fmt, ##__VA_ARGS__)
176 #define DRM_ERROR_RATELIMITED(fmt, ...) \ argument
183 drm_err(fmt, ##__VA_ARGS__); \
186 #define DRM_INFO(fmt, ...) \ argument
187 printk(KERN_INFO "[" DRM_NAME "] " fmt, ##__VA_ARGS__)
189 #define DRM_INFO_ONCE(fmt, ...) \ argument
190 printk_once(KERN_INFO "[" DRM_NAME "] " fmt, ##__VA_ARGS__)
198 #define DRM_DEBUG(fmt, args...) \ argument
201 drm_ut_debug_printk(__func__, fmt, ##args); \
204 #define DRM_DEBUG_DRIVER(fmt, args...) \ argument
207 drm_ut_debug_printk(__func__, fmt, ##args); \
209 #define DRM_DEBUG_KMS(fmt, args...) \ argument
212 drm_ut_debug_printk(__func__, fmt, ##args); \
214 #define DRM_DEBUG_PRIME(fmt, args...) \ argument
217 drm_ut_debug_printk(__func__, fmt, ##args); \
219 #define DRM_DEBUG_ATOMIC(fmt, args...) \ argument
222 drm_ut_debug_printk(__func__, fmt, ##args); \
224 #define DRM_DEBUG_VBL(fmt, args...) \ argument
227 drm_ut_debug_printk(__func__, fmt, ##args); \
1062 int drm_dev_set_unique(struct drm_device *dev, const char *fmt, ...);