Home
last modified time | relevance | path

Searched refs:header_version_major (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_ucode.c35 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()
H A Dradeon_ucode.h159 uint16_t header_version_major; /* header version */ member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.c37 DRM_DEBUG("header_version_major: %u\n", le16_to_cpu(hdr->header_version_major)); in amdgpu_ucode_print_common_hdr()
50 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_mc_hdr()
71 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_smc_hdr()
106 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_gfx_hdr()
133 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_rlc_hdr()
296 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_sdma_hdr()
342 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_psp_hdr()
489 uint16_t version_major = le16_to_cpu(hdr->header_version_major); in amdgpu_ucode_print_gpu_info_hdr()
522 if ((hdr->common.header_version_major == hdr_major) && in amdgpu_ucode_hdr_version()
H A Damdgpu_ucode.h31 uint16_t header_version_major; /* header version */ member
H A Dgfx_v12_0.c588 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v12_0_init_microcode()
1149 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v12_0_rlc_backdoor_autoload_copy_gfx_ucode()
1932 version_major = le16_to_cpu(hdr->header.header_version_major); in gfx_v12_0_rlc_load_microcode()
H A Dgfx_v11_0.c730 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v11_0_init_microcode()
1383 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
2304 version_major = le16_to_cpu(hdr->header.header_version_major); in gfx_v11_0_rlc_load_microcode()
H A Dgfx_v9_4_3.c553 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v9_4_3_init_rlc_microcode()
H A Dgfx_v9_0.c1494 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v9_0_init_rlc_microcode()
H A Dgfx_v10_0.c4168 version_major = le16_to_cpu(rlc_hdr->header.header_version_major); in gfx_v10_0_init_microcode()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c378 version_major = le16_to_cpu(hdr->header.header_version_major); in smu_v13_0_get_pptable_from_firmware()