OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:me_hdr
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v7_0.c
2466
const struct gfx_firmware_header_v1_0 *
me_hdr
;
local in function:gfx_v7_0_cp_gfx_load_microcode
2475
me_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
2479
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
2482
adev->gfx.me_fw_version = le32_to_cpu(
me_hdr
->header.ucode_version);
2483
adev->gfx.me_feature_version = le32_to_cpu(
me_hdr
->ucode_feature_version);
2512
le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
2513
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
amdgpu_gfx_v6_0.c
1979
const struct gfx_firmware_header_v1_0 *
me_hdr
;
local in function:gfx_v6_0_cp_gfx_load_microcode
1989
me_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
1993
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
2015
(adev->gfx.me_fw->data + le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
2016
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
amdgpu_gfx_v10_0.c
2561
const struct gfx_firmware_header_v1_0 *
me_hdr
;
local in function:gfx_v10_0_cp_gfx_load_me_microcode
2567
me_hdr
= (const struct gfx_firmware_header_v1_0 *)
2570
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
2573
le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
2574
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes);
2576
r = amdgpu_bo_create_reserved(adev,
me_hdr
->header.ucode_size_bytes,
amdgpu_gfx_v9_0.c
3061
const struct gfx_firmware_header_v1_0 *
me_hdr
;
local in function:gfx_v9_0_cp_gfx_load_microcode
3072
me_hdr
= (const struct gfx_firmware_header_v1_0 *)
3077
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
3104
le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
3105
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cik.c
3925
const struct gfx_firmware_header_v1_0 *
me_hdr
=
local in function:cik_cp_gfx_load_microcode
3932
radeon_ucode_print_gfx_hdr(&
me_hdr
->header);
3954
(rdev->me_fw->data + le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
3955
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
3959
WREG32(CP_ME_RAM_WADDR, le32_to_cpu(
me_hdr
->header.ucode_version));
3960
WREG32(CP_ME_RAM_RADDR, le32_to_cpu(
me_hdr
->header.ucode_version));
radeon_si.c
3501
const struct gfx_firmware_header_v1_0 *
me_hdr
=
local in function:si_cp_load_microcode
3508
radeon_ucode_print_gfx_hdr(&
me_hdr
->header);
3530
(rdev->me_fw->data + le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
3531
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
Completed in 35 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025