Lines Matching defs:version

76 	uint32_t version;
81 drm_printf(p, "VCE feature version: %u, fw version: 0x%08x\n",
83 drm_printf(p, "UVD feature version: %u, fw version: 0x%08x\n", 0,
85 drm_printf(p, "GMC feature version: %u, fw version: 0x%08x\n", 0,
87 drm_printf(p, "ME feature version: %u, fw version: 0x%08x\n",
89 drm_printf(p, "PFP feature version: %u, fw version: 0x%08x\n",
91 drm_printf(p, "CE feature version: %u, fw version: 0x%08x\n",
93 drm_printf(p, "RLC feature version: %u, fw version: 0x%08x\n",
96 drm_printf(p, "RLC SRLC feature version: %u, fw version: 0x%08x\n",
99 drm_printf(p, "RLC SRLG feature version: %u, fw version: 0x%08x\n",
102 drm_printf(p, "RLC SRLS feature version: %u, fw version: 0x%08x\n",
105 drm_printf(p, "RLCP feature version: %u, fw version: 0x%08x\n",
108 drm_printf(p, "RLCV feature version: %u, fw version: 0x%08x\n",
111 drm_printf(p, "MEC feature version: %u, fw version: 0x%08x\n",
115 drm_printf(p, "MEC2 feature version: %u, fw version: 0x%08x\n",
119 drm_printf(p, "IMU feature version: %u, fw version: 0x%08x\n", 0,
121 drm_printf(p, "PSP SOS feature version: %u, fw version: 0x%08x\n",
123 drm_printf(p, "PSP ASD feature version: %u, fw version: 0x%08x\n",
127 drm_printf(p, "TA XGMI feature version: 0x%08x, fw version: 0x%08x\n",
130 drm_printf(p, "TA RAS feature version: 0x%08x, fw version: 0x%08x\n",
133 drm_printf(p, "TA HDCP feature version: 0x%08x, fw version: 0x%08x\n",
136 drm_printf(p, "TA DTM feature version: 0x%08x, fw version: 0x%08x\n",
139 drm_printf(p, "TA RAP feature version: 0x%08x, fw version: 0x%08x\n",
143 "TA SECURE DISPLAY feature version: 0x%08x, fw version: 0x%08x\n",
148 version = adev->pm.fw_version;
150 smu_program = (version >> 24) & 0xff;
151 smu_major = (version >> 16) & 0xff;
152 smu_minor = (version >> 8) & 0xff;
153 smu_debug = (version >> 0) & 0xff;
155 "SMC feature version: %u, program: %d, fw version: 0x%08x (%d.%d.%d)\n",
156 0, smu_program, version, smu_major, smu_minor, smu_debug);
161 "SDMA%d feature version: %u, firmware version: 0x%08x\n",
166 drm_printf(p, "VCN feature version: %u, fw version: 0x%08x\n", 0,
168 drm_printf(p, "DMCU feature version: %u, fw version: 0x%08x\n", 0,
170 drm_printf(p, "DMCUB feature version: %u, fw version: 0x%08x\n", 0,
172 drm_printf(p, "PSP TOC feature version: %u, fw version: 0x%08x\n",
175 version = adev->mes.kiq_version & AMDGPU_MES_VERSION_MASK;
178 drm_printf(p, "MES_KIQ feature version: %u, fw version: 0x%08x\n",
179 feature, version);
181 version = adev->mes.sched_version & AMDGPU_MES_VERSION_MASK;
184 drm_printf(p, "MES feature version: %u, fw version: 0x%08x\n", feature,
185 version);
187 drm_printf(p, "VPE feature version: %u, fw version: 0x%08x\n",
193 drm_printf(p, "vbios version : %d\n", ctx->version);
216 drm_printf(&p, "version: " AMDGPU_COREDUMP_VERSION "\n");
268 if (coredump->adev->ip_blocks[i].version->funcs->print_ip_state) {
271 .version->funcs->name);
273 .version->funcs->print_ip_state(