Searched refs:I_ (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
D | ga100.c | 69 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in ga100_top_parse() macro 70 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in ga100_top_parse() 74 case 0x0000000e: I_(NVKM_ENGINE_NVENC , inst); break; in ga100_top_parse() 75 case 0x00000010: I_(NVKM_ENGINE_NVDEC , inst); break; in ga100_top_parse() 76 case 0x00000012: I_(NVKM_SUBDEV_IOCTRL, inst); break; in ga100_top_parse() 77 case 0x00000013: I_(NVKM_ENGINE_CE , inst); break; in ga100_top_parse()
|
D | gk104.c | 73 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in gk104_top_parse() macro 74 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in gk104_top_parse() 86 case 0x0000000e: I_(NVKM_ENGINE_NVENC , inst); break; in gk104_top_parse() 88 case 0x00000010: I_(NVKM_ENGINE_NVDEC , inst); break; in gk104_top_parse() 89 case 0x00000012: I_(NVKM_SUBDEV_IOCTRL, inst); break; in gk104_top_parse() 90 case 0x00000013: I_(NVKM_ENGINE_CE , inst); break; in gk104_top_parse()
|