OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cp_hdr
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.c
465
const struct gfx_firmware_header_v1_0 *
cp_hdr
= NULL;
local in function:amdgpu_ucode_init_single_fw
479
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
502
le32_to_cpu(
cp_hdr
->jt_size) * 4;
509
ucode->ucode_size = le32_to_cpu(
cp_hdr
->jt_size) * 4;
513
le32_to_cpu(
cp_hdr
->jt_offset) * 4),
631
const struct gfx_firmware_header_v1_0 *
cp_hdr
;
local in function:amdgpu_ucode_init_bo
632
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
635
fw_offset += ALIGN(le32_to_cpu(
cp_hdr
->jt_size) << 2, PAGE_SIZE);
amdgpu_gfx_v6_0.c
321
const struct gfx_firmware_header_v1_0 *
cp_hdr
;
local in function:gfx_v6_0_init_microcode
352
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
353
adev->gfx.pfp_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
354
adev->gfx.pfp_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version);
363
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
364
adev->gfx.me_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
365
adev->gfx.me_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version);
374
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
375
adev->gfx.ce_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
376
adev->gfx.ce_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version)
[
all
...]
amdgpu_gfx_v10_0.c
663
const struct gfx_firmware_header_v1_0 *
cp_hdr
;
local in function:gfx_v10_0_init_microcode
697
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
698
adev->gfx.pfp_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
699
adev->gfx.pfp_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version);
708
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
709
adev->gfx.me_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
710
adev->gfx.me_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version);
719
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
720
adev->gfx.ce_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
721
adev->gfx.ce_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version)
2078
const struct gfx_firmware_header_v1_0 *
cp_hdr
;
local in function:gfx_v10_0_rlc_backdoor_autoload_copy_gfx_ucode
[
all
...]
amdgpu_gfx_v8_0.c
964
const struct gfx_firmware_header_v1_0 *
cp_hdr
;
local in function:gfx_v8_0_init_microcode
1018
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
1019
adev->gfx.pfp_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
1020
adev->gfx.pfp_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version);
1038
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
1039
adev->gfx.me_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
1041
adev->gfx.me_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version);
1059
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
1060
adev->gfx.ce_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
1061
adev->gfx.ce_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version)
[
all
...]
amdgpu_gfx_v9_0.c
1252
const struct gfx_firmware_header_v1_0 *
cp_hdr
;
local in function:gfx_v9_0_init_cp_gfx_microcode
1261
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
1262
adev->gfx.pfp_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
1263
adev->gfx.pfp_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version);
1272
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
1273
adev->gfx.me_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
1274
adev->gfx.me_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version);
1283
cp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
1284
adev->gfx.ce_fw_version = le32_to_cpu(
cp_hdr
->header.ucode_version);
1285
adev->gfx.ce_feature_version = le32_to_cpu(
cp_hdr
->ucode_feature_version)
1463
const struct gfx_firmware_header_v1_0 *
cp_hdr
;
local in function:gfx_v9_0_init_cp_compute_microcode
[
all
...]
/src/sys/dev/hyperv/
hypervreg.h
282
struct vmbus_chanpkt_hdr
cp_hdr
;
member in struct:vmbus_chanpkt
286
struct vmbus_chanpkt_hdr
cp_hdr
;
member in struct:vmbus_chanpkt_sglist
293
struct vmbus_chanpkt_hdr
cp_hdr
;
member in struct:vmbus_chanpkt_prplist
Completed in 23 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025