Searched refs:ucode_version (Results 1 – 11 of 11) sorted by relevance
174 adev->vcn.inst[i].fw_version = le32_to_cpu(hdr->ucode_version); in amdgpu_vcn_sw_init()175 adev->vcn.fw_version = le32_to_cpu(hdr->ucode_version); in amdgpu_vcn_sw_init()183 fw_check = (le32_to_cpu(hdr->ucode_version) >> 20) & 0xf; in amdgpu_vcn_sw_init()187 fw_rev = le32_to_cpu(hdr->ucode_version) & 0xfff; in amdgpu_vcn_sw_init()188 enc_minor = (le32_to_cpu(hdr->ucode_version) >> 12) & 0xff; in amdgpu_vcn_sw_init()190 dec_ver = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xf; in amdgpu_vcn_sw_init()191 vep = (le32_to_cpu(hdr->ucode_version) >> 28) & 0xf; in amdgpu_vcn_sw_init()198 family_id = le32_to_cpu(hdr->ucode_version) & 0xff; in amdgpu_vcn_sw_init()199 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff; in amdgpu_vcn_sw_init()200 version_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_vcn_sw_init()
165 sdma_inst->fw_version = le32_to_cpu(hdr->header.ucode_version); in amdgpu_sdma_init_inst_ctx()170 sdma_inst->fw_version = le32_to_cpu(hdr_v2->header.ucode_version); in amdgpu_sdma_init_inst_ctx()175 sdma_inst->fw_version = le32_to_cpu(hdr_v3->header.ucode_version); in amdgpu_sdma_init_inst_ctx()
236 info->version = (uint16_t)le32_to_cpu(header->header.ucode_version); in amdgpu_cgs_get_firmware_info()378 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in amdgpu_cgs_get_firmware_info()
1382 le32_to_cpu(cp_hdr->header.ucode_version); in amdgpu_gfx_cp_init_microcode()1392 le32_to_cpu(cp_hdr_v2_0->header.ucode_version); in amdgpu_gfx_cp_init_microcode()1409 le32_to_cpu(cp_hdr->header.ucode_version); in amdgpu_gfx_cp_init_microcode()1419 le32_to_cpu(cp_hdr_v2_0->header.ucode_version); in amdgpu_gfx_cp_init_microcode()1436 le32_to_cpu(cp_hdr->header.ucode_version); in amdgpu_gfx_cp_init_microcode()1446 le32_to_cpu(cp_hdr->header.ucode_version); in amdgpu_gfx_cp_init_microcode()1463 le32_to_cpu(cp_hdr->header.ucode_version); in amdgpu_gfx_cp_init_microcode()1480 le32_to_cpu(cp_hdr_v2_0->header.ucode_version); in amdgpu_gfx_cp_init_microcode()
41 return hdr->ucode_version; in get_bin_version()
61 adev->gfx.imu_fw_version = le32_to_cpu(imu_hdr->header.ucode_version); in imu_v12_0_init_microcode()
163 uint32_t ucode_version; member
39 DRM_DEBUG("ucode_version: 0x%08x\n", le32_to_cpu(hdr->ucode_version)); in radeon_ucode_print_common_hdr()
94 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in smu_v14_0_init_microcode()
115 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in smu_v11_0_init_microcode()
1552 static DEVICE_ATTR_RO(ucode_version);