Home
last modified time | relevance | path

Searched defs:VERB (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/omapdrm/
H A Domap_drv.h30 #define VERB(fmt, ...) if (0) DRM_DEBUG_DRIVER(fmt, ##__VA_ARGS__) /* verbose debug */ macro
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.h508 #define VERB(fmt, ...) if (0) DRM_DEBUG_DRIVER(fmt"\n", ##__VA_ARGS__) macro