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