Searched defs:DRM_DEBUG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h283 DRM_DEBUG("%s called without lock held", __func__); \
1033 /* We add function to support DRM_DEBUG,DRM_ERROR,DRM_INFO */
1039 #define DRM_DEBUG if (drm_debug_flag >= 2) drm_debug macro
1042 #define DRM_DEBUG(...) macro

Completed in 66 milliseconds