diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-02-05 08:50:18 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-02-05 08:50:18 +0100 |
commit | 6f0e07a64d32442a06a6e85f9dc461ade5b30148 (patch) | |
tree | 1d77bb9fe477c67c33635372934c21164e82f85a /include/drm | |
parent | a57c774ab2b849b9f53ec01308186355aa4227e5 (diff) | |
parent | bdde5c6a258a702bdfa7d1f4ae804a7bc405e788 (diff) |
Merge remote-tracking branch 'origin/drm-intel-fixes' into drm-intel-nightly
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drmP.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 04086c5be93..04a7f31301f 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -199,6 +199,9 @@ int drm_err(const char *func, const char *format, ...); #define DRM_INFO(fmt, ...) \ printk(KERN_INFO "[" DRM_NAME "] " fmt, ##__VA_ARGS__) +#define DRM_INFO_ONCE(fmt, ...) \ + printk_once(KERN_INFO "[" DRM_NAME "] " fmt, ##__VA_ARGS__) + /** * Debug output. * |