Home
last modified time | relevance | path

Searched refs:I_ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dga100.c71 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in ga100_top_parse() macro
72 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in ga100_top_parse()
76 case 0x0000000e: I_(NVKM_ENGINE_NVENC , inst); break; in ga100_top_parse()
77 case 0x00000010: I_(NVKM_ENGINE_NVDEC , inst); break; in ga100_top_parse()
78 case 0x00000012: I_(NVKM_SUBDEV_IOCTRL, inst); break; in ga100_top_parse()
79 case 0x00000013: I_(NVKM_ENGINE_CE , inst); break; in ga100_top_parse()
81 case 0x00000015: I_(NVKM_ENGINE_NVJPG , inst); break; in ga100_top_parse()
H A Dgk104.c75 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in gk104_top_parse() macro
76 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in gk104_top_parse()
88 case 0x0000000e: I_(NVKM_ENGINE_NVENC , inst); break; in gk104_top_parse()
90 case 0x00000010: I_(NVKM_ENGINE_NVDEC , inst); break; in gk104_top_parse()
91 case 0x00000012: I_(NVKM_SUBDEV_IOCTRL, inst); break; in gk104_top_parse()
92 case 0x00000013: I_(NVKM_ENGINE_CE , inst); break; in gk104_top_parse()
94 case 0x00000015: I_(NVKM_ENGINE_NVJPG , inst); break; in gk104_top_parse()