Searched refs:CONN_MSG (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | conn.h | 28 #define CONN_MSG(c,l,f,a...) do { \ macro 33 #define CONN_ERR(c,f,a...) CONN_MSG((c), error, f, ##a) 34 #define CONN_DBG(c,f,a...) CONN_MSG((c), debug, f, ##a) 35 #define CONN_TRACE(c,f,a...) CONN_MSG((c), trace, f, ##a)
|