OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mec2_hdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v7_0.c
2759
const struct gfx_firmware_header_v1_0 *
mec2_hdr
;
local in function:gfx_v7_0_cp_compute_load_microcode
2764
mec2_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec2_fw->data;
2765
amdgpu_ucode_print_gfx_hdr(&
mec2_hdr
->header);
2766
adev->gfx.mec2_fw_version = le32_to_cpu(
mec2_hdr
->header.ucode_version);
2768
mec2_hdr
->ucode_feature_version);
2773
le32_to_cpu(
mec2_hdr
->header.ucode_array_offset_bytes));
2774
fw_size = le32_to_cpu(
mec2_hdr
->header.ucode_size_bytes) / 4;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cik.c
4301
const struct gfx_firmware_header_v1_0 *
mec2_hdr
=
local in function:cik_cp_compute_load_microcode
4306
le32_to_cpu(
mec2_hdr
->header.ucode_array_offset_bytes));
4307
fw_size = le32_to_cpu(
mec2_hdr
->header.ucode_size_bytes) / 4;
4311
WREG32(CP_MEC_ME2_UCODE_ADDR, le32_to_cpu(
mec2_hdr
->header.ucode_version));
Completed in 21 milliseconds
Indexes created Mon Oct 13 04:09:54 GMT 2025