Home
last modified time | relevance | path

Searched refs:fw_version (Results 1 – 25 of 91) sorted by relevance

1234

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_dev_coredump.c82 adev->vce.fb_version, adev->vce.fw_version); in amdgpu_devcoredump_fw_info()
84 adev->uvd.fw_version); in amdgpu_devcoredump_fw_info()
86 adev->gmc.fw_version); in amdgpu_devcoredump_fw_info()
122 adev->psp.sos.feature_version, adev->psp.sos.fw_version); in amdgpu_devcoredump_fw_info()
125 adev->psp.asd_context.bin_desc.fw_version); in amdgpu_devcoredump_fw_info()
129 adev->psp.xgmi_context.context.bin_desc.fw_version); in amdgpu_devcoredump_fw_info()
132 adev->psp.ras_context.context.bin_desc.fw_version); in amdgpu_devcoredump_fw_info()
135 adev->psp.hdcp_context.context.bin_desc.fw_version); in amdgpu_devcoredump_fw_info()
138 adev->psp.dtm_context.context.bin_desc.fw_version); in amdgpu_devcoredump_fw_info()
141 adev->psp.rap_context.context.bin_desc.fw_version); in amdgpu_devcoredump_fw_info()
[all …]
Damdgpu_cgs.c163 uint16_t fw_version = 0; in amdgpu_get_firmware_version() local
167 fw_version = adev->sdma.instance[0].fw_version; in amdgpu_get_firmware_version()
170 fw_version = adev->sdma.instance[1].fw_version; in amdgpu_get_firmware_version()
173 fw_version = adev->gfx.ce_fw_version; in amdgpu_get_firmware_version()
176 fw_version = adev->gfx.pfp_fw_version; in amdgpu_get_firmware_version()
179 fw_version = adev->gfx.me_fw_version; in amdgpu_get_firmware_version()
182 fw_version = adev->gfx.mec_fw_version; in amdgpu_get_firmware_version()
185 fw_version = adev->gfx.mec_fw_version; in amdgpu_get_firmware_version()
188 fw_version = adev->gfx.mec_fw_version; in amdgpu_get_firmware_version()
191 fw_version = adev->gfx.rlc_fw_version; in amdgpu_get_firmware_version()
[all …]
Damdgpu_ucode.c355 le32_to_cpu(psp_hdr->sos.fw_version)); in amdgpu_ucode_print_psp_hdr()
364 le32_to_cpu(psp_hdr_v1_1->toc.fw_version)); in amdgpu_ucode_print_psp_hdr()
370 le32_to_cpu(psp_hdr_v1_1->kdb.fw_version)); in amdgpu_ucode_print_psp_hdr()
380 le32_to_cpu(psp_hdr_v1_2->kdb.fw_version)); in amdgpu_ucode_print_psp_hdr()
392 le32_to_cpu(psp_hdr_v1_3->v1_1.toc.fw_version)); in amdgpu_ucode_print_psp_hdr()
398 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.fw_version)); in amdgpu_ucode_print_psp_hdr()
404 le32_to_cpu(psp_hdr_v1_3->spl.fw_version)); in amdgpu_ucode_print_psp_hdr()
418 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
424 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
430 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
[all …]
Damdgpu_psp.c1360 psp->xgmi_context.context.bin_desc.fw_version >= 0x2000000b) || in psp_xgmi_peer_link_info_supported()
2727 if (psp->sos.fw_version < supp_vers) in psp_load_p2s_table()
3267 adev->psp.asd_context.bin_desc.fw_version = le32_to_cpu(asd_hdr->header.ucode_version); in psp_init_asd_microcode()
3268 adev->psp.asd_context.bin_desc.feature_version = le32_to_cpu(asd_hdr->sos.fw_version); in psp_init_asd_microcode()
3289 adev->psp.toc.fw_version = le32_to_cpu(toc_hdr->header.ucode_version); in psp_init_toc_microcode()
3290 adev->psp.toc.feature_version = le32_to_cpu(toc_hdr->sos.fw_version); in psp_init_toc_microcode()
3315 psp->sos.fw_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()
3316 psp->sos.feature_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()
3321 psp->sys.fw_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()
3322 psp->sys.feature_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()
[all …]
Damdgpu_virt.c547 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_VCE, adev->vce.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
548 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_UVD, adev->uvd.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
549 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_MC, adev->gmc.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
559 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_SOS, adev->psp.sos.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
561 adev->psp.asd_context.bin_desc.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
563 adev->psp.ras_context.context.bin_desc.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
565 adev->psp.xgmi_context.context.bin_desc.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
566 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_SMC, adev->pm.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
567 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_SDMA, adev->sdma.instance[0].fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
568 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_SDMA2, adev->sdma.instance[1].fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
[all …]
Damdgpu_kms.c217 fw_info->ver = adev->vce.fw_version; in amdgpu_firmware_info()
221 fw_info->ver = adev->uvd.fw_version; in amdgpu_firmware_info()
225 fw_info->ver = adev->vcn.fw_version; in amdgpu_firmware_info()
229 fw_info->ver = adev->gmc.fw_version; in amdgpu_firmware_info()
279 fw_info->ver = adev->pm.fw_version; in amdgpu_firmware_info()
285 fw_info->ver = adev->psp.xgmi_context.context.bin_desc.fw_version; in amdgpu_firmware_info()
290 fw_info->ver = adev->psp.ras_context.context.bin_desc.fw_version; in amdgpu_firmware_info()
295 fw_info->ver = adev->psp.hdcp_context.context.bin_desc.fw_version; in amdgpu_firmware_info()
300 fw_info->ver = adev->psp.dtm_context.context.bin_desc.fw_version; in amdgpu_firmware_info()
305 fw_info->ver = adev->psp.rap_context.context.bin_desc.fw_version; in amdgpu_firmware_info()
[all …]
Damdgpu_sdma.c170 sdma_inst->fw_version = le32_to_cpu(hdr->header.ucode_version); in amdgpu_sdma_init_inst_ctx()
175 sdma_inst->fw_version = le32_to_cpu(hdr_v2->header.ucode_version); in amdgpu_sdma_init_inst_ctx()
180 sdma_inst->fw_version = le32_to_cpu(hdr_v3->header.ucode_version); in amdgpu_sdma_init_inst_ctx()
Damdgpu_uvd.c295 adev->uvd.fw_version = ((version_major << 24) | (version_minor << 16) | in amdgpu_uvd_sw_init()
300 (adev->uvd.fw_version < FW_1_66_16)) in amdgpu_uvd_sw_init()
314 adev->uvd.fw_version = le32_to_cpu(hdr->ucode_version); in amdgpu_uvd_sw_init()
352 adev->uvd.use_ctx_buf = adev->uvd.fw_version >= FW_1_65_10; in amdgpu_uvd_sw_init()
355 adev->uvd.use_ctx_buf = adev->uvd.fw_version >= FW_1_87_11; in amdgpu_uvd_sw_init()
358 adev->uvd.use_ctx_buf = adev->uvd.fw_version >= FW_1_87_12; in amdgpu_uvd_sw_init()
361 adev->uvd.use_ctx_buf = adev->uvd.fw_version >= FW_1_37_15; in amdgpu_uvd_sw_init()
Damdgpu_vce.h40 unsigned fw_version; member
Damdgpu_uvd.h56 unsigned fw_version; member
Damdgpu_vpe.h71 uint32_t fw_version; member
Damdgpu_sdma.h56 uint32_t fw_version; member
Dpsp_v10_0.c63 (psp->securedisplay_context.context.bin_desc.fw_version >= in psp_v10_0_init_microcode()
Damdgpu_ucode.h75 uint32_t fw_version; member
111 uint32_t fw_version; member
/openbsd/src/sys/dev/pckbc/
Dpms.c134 int fw_version; member
147 #define ELANTECH_IS_CLICKPAD(sc) (((sc)->elantech->fw_version & 0x1000) != 0)
1744 u_char reg10 = (sc->elantech->fw_version == 0x20030 ? 0x54 : 0xc4); in elantech_set_absolute_mode_v2()
1836 int fw_version; in elantech_get_hwinfo_v1() local
1839 if (synaptics_query(sc, ELANTECH_QUE_FW_VER, &fw_version)) in elantech_get_hwinfo_v1()
1842 if (fw_version < 0x20030 || fw_version == 0x20600) { in elantech_get_hwinfo_v1()
1843 if (fw_version < 0x20000) in elantech_get_hwinfo_v1()
1848 elantech->fw_version = fw_version; in elantech_get_hwinfo_v1()
1876 int fw_version, ic_ver; in elantech_get_hwinfo_v2() local
1881 if (synaptics_query(sc, ELANTECH_QUE_FW_VER, &fw_version)) in elantech_get_hwinfo_v2()
[all …]
/openbsd/src/sys/dev/i2c/
Dpijuice.c124 char fw_version[8]; in pijuice_attach() local
157 if (pijuice_get_fw_version(sc, sizeof(fw_version), fw_version) == -1) { in pijuice_attach()
161 printf(": firmware version %s\n", fw_version); in pijuice_attach()
200 char *fw_version) in pijuice_get_fw_version() argument
213 snprintf(fw_version, fw_version_size, "%d.%d", in pijuice_get_fw_version()
/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_vce.c58 static const char *fw_version = "[ATI LIB=VCEFW,"; in radeon_vce_init() local
96 size = rdev->vce_fw->size - strlen(fw_version) - 9; in radeon_vce_init()
99 if (strncmp(c, fw_version, strlen(fw_version)) == 0) in radeon_vce_init()
105 c += strlen(fw_version); in radeon_vce_init()
157 rdev->vce.fw_version = (start << 24) | (mid << 16) | (end << 8); in radeon_vce_init()
160 if ((rdev->vce.fw_version != ((40 << 24) | (2 << 16) | (2 << 8))) && in radeon_vce_init()
161 (rdev->vce.fw_version != ((50 << 24) | (0 << 16) | (1 << 8))) && in radeon_vce_init()
162 (rdev->vce.fw_version != ((50 << 24) | (1 << 16) | (2 << 8)))) in radeon_vce_init()
/openbsd/src/sys/dev/pci/drm/amd/amdkfd/
Dkfd_int_process_v9.c173 if (dev->adev->pm.fw_version < 0x00557300) in event_interrupt_poison_consumption_v9()
180 if (dev->adev->pm.fw_version < 0x05550C00) in event_interrupt_poison_consumption_v9()
202 if (dev->adev->pm.fw_version < 0x00557300) in event_interrupt_poison_consumption_v9()
209 if (dev->adev->pm.fw_version < 0x05550C00) in event_interrupt_poison_consumption_v9()
/openbsd/src/sys/dev/pci/drm/amd/display/dmub/src/
Ddmub_dcn314.c66 return dmub->fw_version >= DMUB_FW_VERSION(8, 0, 16); in dmub_dcn314_is_psrsu_supported()
Ddmub_dcn20.c90 return !(dmub->fw_version >= DMUB_FW_VERSION(1, 0, 0) && in dmub_dcn20_use_cached_inbox()
91 dmub->fw_version <= DMUB_FW_VERSION(1, 10, 0)); in dmub_dcn20_use_cached_inbox()
427 diag_data->dmcub_version = dmub->fw_version; in dmub_dcn20_get_diagnostic_data()
Ddmub_srv.c427 dmub->fw_version = params->fw_version; in dmub_srv_create()
525 if (dmub->fw_version == 0) in dmub_srv_calc_region_info()
526 dmub->fw_version = fw_info->fw_version; in dmub_srv_calc_region_info()
/openbsd/src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
Dsmu10_smumgr.c229 adev->pm.fw_version = hwmgr->smu_version >> 8; in smu10_start_smu()
233 adev->pm.fw_version < 0x1e45) in smu10_start_smu()
/openbsd/src/sys/dev/pci/drm/i915/gt/uc/
Dintel_gsc_binary_headers.h125 struct intel_gsc_version fw_version; member
/openbsd/src/sys/dev/pci/drm/amd/display/dmub/
Ddmub_srv.h489 uint32_t fw_version; member
505 uint32_t fw_version; member
/openbsd/src/sys/dev/pci/drm/amd/include/
Dcgs_common.h69 uint16_t fw_version; member

1234