Searched refs:IOR_MSG (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | ior.h | 166 #define IOR_MSG(i,l,f,a...) do { \ macro 170 #define IOR_WARN(i,f,a...) IOR_MSG((i), warn, f, ##a) 171 #define IOR_DBG(i,f,a...) IOR_MSG((i), debug, f, ##a)
|