Lines Matching refs:fw_version
355 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()
436 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
442 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
448 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
454 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
460 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
466 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
472 le32_to_cpu(desc->fw_version)); in amdgpu_ucode_print_psp_hdr()
724 static inline int amdgpu_ucode_is_valid(uint32_t fw_version) in amdgpu_ucode_is_valid() argument
726 if (!fw_version) in amdgpu_ucode_is_valid()
746 FW_VERSION_ATTR(vce_fw_version, 0444, vce.fw_version);
747 FW_VERSION_ATTR(uvd_fw_version, 0444, uvd.fw_version);
748 FW_VERSION_ATTR(mc_fw_version, 0444, gmc.fw_version);
759 FW_VERSION_ATTR(sos_fw_version, 0444, psp.sos.fw_version);
760 FW_VERSION_ATTR(asd_fw_version, 0444, psp.asd_context.bin_desc.fw_version);
761 FW_VERSION_ATTR(ta_ras_fw_version, 0444, psp.ras_context.context.bin_desc.fw_version);
762 FW_VERSION_ATTR(ta_xgmi_fw_version, 0444, psp.xgmi_context.context.bin_desc.fw_version);
763 FW_VERSION_ATTR(smc_fw_version, 0444, pm.fw_version);
764 FW_VERSION_ATTR(sdma_fw_version, 0444, sdma.instance[0].fw_version);
765 FW_VERSION_ATTR(sdma2_fw_version, 0444, sdma.instance[1].fw_version);
766 FW_VERSION_ATTR(vcn_fw_version, 0444, vcn.fw_version);