Searched refs:CONN_MSG (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | conn.h | 25 #define CONN_MSG(c,l,f,a...) do { \ macro 30 #define CONN_ERR(c,f,a...) CONN_MSG((c), error, f, ##a) 31 #define CONN_DBG(c,f,a...) CONN_MSG((c), debug, f, ##a) 32 #define CONN_TRACE(c,f,a...) CONN_MSG((c), trace, f, ##a)
|