Home
last modified time | relevance | path

Searched refs:ucode_version (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vce.c79 unsigned ucode_version, version_major, version_minor, binary_id; in amdgpu_vce_sw_init() local
137 ucode_version = le32_to_cpu(hdr->ucode_version); in amdgpu_vce_sw_init()
138 version_major = (ucode_version >> 20) & 0xfff; in amdgpu_vce_sw_init()
139 version_minor = (ucode_version >> 8) & 0xfff; in amdgpu_vce_sw_init()
140 binary_id = ucode_version & 0xff; in amdgpu_vce_sw_init()
Damdgpu_ucode.h33 uint32_t ucode_version; member
Damdgpu_uvd.c153 family_id = le32_to_cpu(hdr->ucode_version) & 0xff; in amdgpu_uvd_sw_init()
154 version_major = (le32_to_cpu(hdr->ucode_version) >> 24) & 0xff; in amdgpu_uvd_sw_init()
155 version_minor = (le32_to_cpu(hdr->ucode_version) >> 8) & 0xff; in amdgpu_uvd_sw_init()
Diceland_smc.c285 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in iceland_smu_upload_firmware_image()
463 entry->version = (uint16_t)le32_to_cpu(header->header.ucode_version); in iceland_smu_populate_single_firmware_entry()
Dci_smc.c223 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in amdgpu_ci_load_smc_ucode()
Dfiji_smc.c278 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in fiji_smu_upload_firmware_image()
408 entry->version = (uint16_t)le32_to_cpu(header->header.ucode_version); in fiji_smu_populate_single_firmware_entry()
Damdgpu_cgs.c692 info->version = (uint16_t)le32_to_cpu(header->header.ucode_version); in amdgpu_cgs_get_firmware_info()
726 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in amdgpu_cgs_get_firmware_info()
Dtonga_smc.c278 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in tonga_smu_upload_firmware_image()
410 entry->version = (uint16_t)le32_to_cpu(header->header.ucode_version); in tonga_smu_populate_single_firmware_entry()
Damdgpu_ucode.c39 DRM_DEBUG("ucode_version: 0x%08x\n", le32_to_cpu(hdr->ucode_version)); in amdgpu_ucode_print_common_hdr()
Damdgpu_amdkfd_gfx_v8.c542 return hdr->common.ucode_version; in get_fw_version()
Damdgpu_amdkfd_gfx_v7.c668 return hdr->common.ucode_version; in get_fw_version()
Dgfx_v8_0.c764 adev->gfx.pfp_fw_version = le32_to_cpu(cp_hdr->header.ucode_version); in gfx_v8_0_init_microcode()
775 adev->gfx.me_fw_version = le32_to_cpu(cp_hdr->header.ucode_version); in gfx_v8_0_init_microcode()
786 adev->gfx.ce_fw_version = le32_to_cpu(cp_hdr->header.ucode_version); in gfx_v8_0_init_microcode()
795 adev->gfx.rlc_fw_version = le32_to_cpu(cp_hdr->header.ucode_version); in gfx_v8_0_init_microcode()
806 adev->gfx.mec_fw_version = le32_to_cpu(cp_hdr->header.ucode_version); in gfx_v8_0_init_microcode()
820 le32_to_cpu(cp_hdr->header.ucode_version); in gfx_v8_0_init_microcode()
Dgfx_v7_0.c2780 adev->gfx.pfp_fw_version = le32_to_cpu(pfp_hdr->header.ucode_version); in gfx_v7_0_cp_gfx_load_microcode()
2781 adev->gfx.ce_fw_version = le32_to_cpu(ce_hdr->header.ucode_version); in gfx_v7_0_cp_gfx_load_microcode()
2782 adev->gfx.me_fw_version = le32_to_cpu(me_hdr->header.ucode_version); in gfx_v7_0_cp_gfx_load_microcode()
3086 adev->gfx.mec_fw_version = le32_to_cpu(mec_hdr->header.ucode_version); in gfx_v7_0_cp_compute_load_microcode()
3110 adev->gfx.mec2_fw_version = le32_to_cpu(mec2_hdr->header.ucode_version); in gfx_v7_0_cp_compute_load_microcode()
4073 adev->gfx.rlc_fw_version = le32_to_cpu(hdr->header.ucode_version); in gfx_v7_0_rlc_resume()
Dgmc_v8_0.c258 adev->mc.fw_version = le32_to_cpu(hdr->header.ucode_version); in gmc_v8_0_mc_load_microcode()
Dgmc_v7_0.c217 adev->mc.fw_version = le32_to_cpu(hdr->header.ucode_version); in gmc_v7_0_mc_load_microcode()
Dcik_sdma.c514 adev->sdma.instance[i].fw_version = le32_to_cpu(hdr->header.ucode_version); in cik_sdma_load_microcode()
Dsdma_v2_4.c147 adev->sdma.instance[i].fw_version = le32_to_cpu(hdr->header.ucode_version); in sdma_v2_4_init_microcode()
Dsdma_v3_0.c244 adev->sdma.instance[i].fw_version = le32_to_cpu(hdr->header.ucode_version); in sdma_v3_0_init_microcode()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_ucode.h163 uint32_t ucode_version; member
Dradeon_ucode.c39 DRM_DEBUG("ucode_version: 0x%08x\n", le32_to_cpu(hdr->ucode_version)); in radeon_ucode_print_common_hdr()
Dradeon_kfd.c862 return hdr->common.ucode_version; in get_fw_version()
Dcik.c4329 WREG32(CP_PFP_UCODE_ADDR, le32_to_cpu(pfp_hdr->header.ucode_version)); in cik_cp_gfx_load_microcode()
4338 WREG32(CP_CE_UCODE_ADDR, le32_to_cpu(ce_hdr->header.ucode_version)); in cik_cp_gfx_load_microcode()
4347 WREG32(CP_ME_RAM_WADDR, le32_to_cpu(me_hdr->header.ucode_version)); in cik_cp_gfx_load_microcode()
4348 WREG32(CP_ME_RAM_RADDR, le32_to_cpu(me_hdr->header.ucode_version)); in cik_cp_gfx_load_microcode()
4689 WREG32(CP_MEC_ME1_UCODE_ADDR, le32_to_cpu(mec_hdr->header.ucode_version)); in cik_cp_compute_load_microcode()
4703 WREG32(CP_MEC_ME2_UCODE_ADDR, le32_to_cpu(mec2_hdr->header.ucode_version)); in cik_cp_compute_load_microcode()
6388 WREG32(RLC_GPM_UCODE_ADDR, le32_to_cpu(hdr->header.ucode_version)); in cik_rlc_resume()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c1599 static DEVICE_ATTR(ucode_version, S_IWUSR | S_IRUGO, show_ucode_version, NULL);