Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pfp_hdr
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v11_0.c
2155
const struct gfx_firmware_header_v2_0 *
pfp_hdr
;
in gfx_v11_0_config_pfp_cache_rs64()
local
2157
pfp_hdr
= (const struct gfx_firmware_header_v2_0 *)
in gfx_v11_0_config_pfp_cache_rs64()
2211
(
pfp_hdr
->ucode_start_addr_hi << 30) |
in gfx_v11_0_config_pfp_cache_rs64()
2212
(
pfp_hdr
->ucode_start_addr_lo >> 2));
in gfx_v11_0_config_pfp_cache_rs64()
2214
pfp_hdr
->ucode_start_addr_hi >> 2);
in gfx_v11_0_config_pfp_cache_rs64()
2480
const struct gfx_firmware_header_v2_0 *
pfp_hdr
;
in gfx_v11_0_config_gfx_rs64()
local
2489
pfp_hdr
= (const struct gfx_firmware_header_v2_0 *)
in gfx_v11_0_config_gfx_rs64()
2496
(
pfp_hdr
->ucode_start_addr_hi << 30) |
in gfx_v11_0_config_gfx_rs64()
2497
(
pfp_hdr
->ucode_start_addr_lo >> 2));
in gfx_v11_0_config_gfx_rs64()
2499
pfp_hdr
in gfx_v11_0_config_gfx_rs64()
2662
const struct gfx_firmware_header_v1_0 *
pfp_hdr
;
gfx_v11_0_cp_gfx_load_pfp_microcode()
local
2707
const struct gfx_firmware_header_v2_0 *
pfp_hdr
;
gfx_v11_0_cp_gfx_load_pfp_microcode_rs64()
local
[all...]
H
A
D
gfx_v6_0.c
1931
const struct gfx_firmware_header_v1_0 *
pfp_hdr
;
in gfx_v6_0_cp_gfx_load_microcode()
local
1941
pfp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
in gfx_v6_0_cp_gfx_load_microcode()
1945
amdgpu_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in gfx_v6_0_cp_gfx_load_microcode()
1951
(adev->gfx.pfp_fw->data + le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in gfx_v6_0_cp_gfx_load_microcode()
1952
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in gfx_v6_0_cp_gfx_load_microcode()
H
A
D
gfx_v7_0.c
2384
const struct gfx_firmware_header_v1_0 *
pfp_hdr
;
in gfx_v7_0_cp_gfx_load_microcode()
local
2393
pfp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
in gfx_v7_0_cp_gfx_load_microcode()
2397
amdgpu_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in gfx_v7_0_cp_gfx_load_microcode()
2400
adev->gfx.pfp_fw_version = le32_to_cpu(
pfp_hdr
->header.ucode_version);
in gfx_v7_0_cp_gfx_load_microcode()
2405
adev->gfx.pfp_feature_version = le32_to_cpu(
pfp_hdr
->ucode_feature_version);
in gfx_v7_0_cp_gfx_load_microcode()
2412
le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in gfx_v7_0_cp_gfx_load_microcode()
2413
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in gfx_v7_0_cp_gfx_load_microcode()
H
A
D
gfx_v9_0.c
2968
const struct gfx_firmware_header_v1_0 *
pfp_hdr
;
in gfx_v9_0_cp_gfx_load_microcode()
local
2977
pfp_hdr
= (const struct gfx_firmware_header_v1_0 *)
in gfx_v9_0_cp_gfx_load_microcode()
2984
amdgpu_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in gfx_v9_0_cp_gfx_load_microcode()
2993
le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in gfx_v9_0_cp_gfx_load_microcode()
2994
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in gfx_v9_0_cp_gfx_load_microcode()
H
A
D
gfx_v10_0.c
5687
const struct gfx_firmware_header_v1_0 *
pfp_hdr
;
in gfx_v10_0_cp_gfx_load_pfp_microcode()
local
5693
pfp_hdr
= (const struct gfx_firmware_header_v1_0 *)
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5696
amdgpu_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5699
le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5700
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes);
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5702
r = amdgpu_bo_create_reserved(adev,
pfp_hdr
->header.ucode_size_bytes,
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5753
for (i = 0; i <
pfp_hdr
->jt_size; i++)
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5755
le32_to_cpup(fw_data +
pfp_hdr
->jt_offset + i));
in gfx_v10_0_cp_gfx_load_pfp_microcode()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v6_0.c
1968
const struct gfx_firmware_header_v1_0 *
pfp_hdr
;
in gfx_v6_0_cp_gfx_load_microcode()
local
1978
pfp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
in gfx_v6_0_cp_gfx_load_microcode()
1982
amdgpu_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in gfx_v6_0_cp_gfx_load_microcode()
1988
(adev->gfx.pfp_fw->data + le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in gfx_v6_0_cp_gfx_load_microcode()
1989
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in gfx_v6_0_cp_gfx_load_microcode()
H
A
D
gfx_v7_0.c
2452
const struct gfx_firmware_header_v1_0 *
pfp_hdr
;
in gfx_v7_0_cp_gfx_load_microcode()
local
2461
pfp_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
in gfx_v7_0_cp_gfx_load_microcode()
2465
amdgpu_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in gfx_v7_0_cp_gfx_load_microcode()
2468
adev->gfx.pfp_fw_version = le32_to_cpu(
pfp_hdr
->header.ucode_version);
in gfx_v7_0_cp_gfx_load_microcode()
2473
adev->gfx.pfp_feature_version = le32_to_cpu(
pfp_hdr
->ucode_feature_version);
in gfx_v7_0_cp_gfx_load_microcode()
2480
le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in gfx_v7_0_cp_gfx_load_microcode()
2481
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in gfx_v7_0_cp_gfx_load_microcode()
H
A
D
gfx_v9_0.c
3144
const struct gfx_firmware_header_v1_0 *
pfp_hdr
;
in gfx_v9_0_cp_gfx_load_microcode()
local
3153
pfp_hdr
= (const struct gfx_firmware_header_v1_0 *)
in gfx_v9_0_cp_gfx_load_microcode()
3160
amdgpu_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in gfx_v9_0_cp_gfx_load_microcode()
3169
le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in gfx_v9_0_cp_gfx_load_microcode()
3170
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in gfx_v9_0_cp_gfx_load_microcode()
H
A
D
gfx_v10_0.c
5499
const struct gfx_firmware_header_v1_0 *
pfp_hdr
;
in gfx_v10_0_cp_gfx_load_pfp_microcode()
local
5505
pfp_hdr
= (const struct gfx_firmware_header_v1_0 *)
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5508
amdgpu_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5511
le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5512
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes);
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5514
r = amdgpu_bo_create_reserved(adev,
pfp_hdr
->header.ucode_size_bytes,
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5565
for (i = 0; i <
pfp_hdr
->jt_size; i++)
in gfx_v10_0_cp_gfx_load_pfp_microcode()
5567
le32_to_cpup(fw_data +
pfp_hdr
->jt_offset + i));
in gfx_v10_0_cp_gfx_load_pfp_microcode()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
si.c
3490
const struct gfx_firmware_header_v1_0 *
pfp_hdr
=
in si_cp_load_microcode()
local
3499
radeon_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in si_cp_load_microcode()
3505
(rdev->pfp_fw->data + le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in si_cp_load_microcode()
3506
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in si_cp_load_microcode()
H
A
D
cik.c
3904
const struct gfx_firmware_header_v1_0 *
pfp_hdr
=
in cik_cp_gfx_load_microcode()
local
3913
radeon_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in cik_cp_gfx_load_microcode()
3919
(rdev->pfp_fw->data + le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in cik_cp_gfx_load_microcode()
3920
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in cik_cp_gfx_load_microcode()
3924
WREG32(CP_PFP_UCODE_ADDR, le32_to_cpu(
pfp_hdr
->header.ucode_version));
in cik_cp_gfx_load_microcode()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
si.c
3485
const struct gfx_firmware_header_v1_0 *
pfp_hdr
=
in si_cp_load_microcode()
local
3494
radeon_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in si_cp_load_microcode()
3500
(rdev->pfp_fw->data + le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in si_cp_load_microcode()
3501
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in si_cp_load_microcode()
H
A
D
cik.c
3894
const struct gfx_firmware_header_v1_0 *
pfp_hdr
=
in cik_cp_gfx_load_microcode()
local
3903
radeon_ucode_print_gfx_hdr(&
pfp_hdr
->header);
in cik_cp_gfx_load_microcode()
3909
(rdev->pfp_fw->data + le32_to_cpu(
pfp_hdr
->header.ucode_array_offset_bytes));
in cik_cp_gfx_load_microcode()
3910
fw_size = le32_to_cpu(
pfp_hdr
->header.ucode_size_bytes) / 4;
in cik_cp_gfx_load_microcode()
3914
WREG32(CP_PFP_UCODE_ADDR, le32_to_cpu(
pfp_hdr
->header.ucode_version));
in cik_cp_gfx_load_microcode()
Completed in 152 milliseconds