Searched refs:header_version_major (Results 1 – 14 of 14) sorted by relevance
35 DRM_DEBUG("header_version_major: %u\n", le16_to_cpu(hdr->header_version_major)); in radeon_ucode_print_common_hdr()48 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in radeon_ucode_print_mc_hdr()69 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in radeon_ucode_print_smc_hdr()87 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in radeon_ucode_print_gfx_hdr()108 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in radeon_ucode_print_rlc_hdr()135 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in radeon_ucode_print_sdma_hdr()
159 uint16_t header_version_major; /* header version */ member
42 DRM_DEBUG("header_version_major: %u\n", le16_to_cpu(hdr->header_version_major)); in amdgpu_ucode_print_common_hdr()55 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_mc_hdr()76 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_smc_hdr()111 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_gfx_hdr()138 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_rlc_hdr()301 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_sdma_hdr()347 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_psp_hdr()494 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_gpu_info_hdr()527 if ((hdr->common.header_version_major == hdr_major) && in amdgpu_ucode_hdr_version()
160 version_major = le16_to_cpu(header->header_version_major); in amdgpu_sdma_init_inst_ctx()228 version_major = le16_to_cpu(header->header_version_major); in amdgpu_sdma_init_microcode()
33 uint16_t header_version_major; /* header version */ member
3682 switch (sos_hdr->header.header_version_major) { in psp_init_sos_microcode()3867 if (le16_to_cpu(ta_hdr->header.header_version_major) != 1) in parse_ta_v1_microcode()3924 if (le16_to_cpu(ta_hdr->header.header_version_major) != 2) in parse_ta_v2_microcode()3959 switch (le16_to_cpu(hdr->header_version_major)) { in psp_init_ta_microcode()
628 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v12_0_init_microcode()1219 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v12_0_rlc_backdoor_autoload_copy_gfx_ucode()2050 version_major = le16_to_cpu(hdr->header.header_version_major); in gfx_v12_0_rlc_load_microcode()
774 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v11_0_init_microcode()1414 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()2416 version_major = le16_to_cpu(hdr->header.header_version_major); in gfx_v11_0_rlc_load_microcode()
550 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v9_4_3_init_rlc_microcode()
1528 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v9_0_init_rlc_microcode()
4253 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v10_0_init_microcode()
373 version_major = le16_to_cpu(hdr->header.header_version_major); in smu_v14_0_get_pptable_from_firmware()
326 version_major = le16_to_cpu(hdr->header.header_version_major); in smu_v11_0_setup_pptable()
382 version_major = le16_to_cpu(hdr->header.header_version_major); in smu_v13_0_get_pptable_from_firmware()
Completed in 931 milliseconds