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:me_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
2277
const struct gfx_firmware_header_v2_0 *
me_hdr
;
in gfx_v11_0_config_me_cache_rs64()
local
2279
me_hdr
= (const struct gfx_firmware_header_v2_0 *)
in gfx_v11_0_config_me_cache_rs64()
2334
(
me_hdr
->ucode_start_addr_hi << 30) |
in gfx_v11_0_config_me_cache_rs64()
2335
(
me_hdr
->ucode_start_addr_lo >> 2) );
in gfx_v11_0_config_me_cache_rs64()
2337
me_hdr
->ucode_start_addr_hi>>2);
in gfx_v11_0_config_me_cache_rs64()
2481
const struct gfx_firmware_header_v2_0 *
me_hdr
;
in gfx_v11_0_config_gfx_rs64()
local
2487
me_hdr
= (const struct gfx_firmware_header_v2_0 *)
in gfx_v11_0_config_gfx_rs64()
2518
(
me_hdr
->ucode_start_addr_hi << 30) |
in gfx_v11_0_config_gfx_rs64()
2519
(
me_hdr
->ucode_start_addr_lo >> 2) );
in gfx_v11_0_config_gfx_rs64()
2521
me_hdr
in gfx_v11_0_config_gfx_rs64()
2880
const struct gfx_firmware_header_v1_0 *
me_hdr
;
gfx_v11_0_cp_gfx_load_me_microcode()
local
2925
const struct gfx_firmware_header_v2_0 *
me_hdr
;
gfx_v11_0_cp_gfx_load_me_microcode_rs64()
local
[all...]
H
A
D
gfx_v6_0.c
1933
const struct gfx_firmware_header_v1_0 *
me_hdr
;
in gfx_v6_0_cp_gfx_load_microcode()
local
1943
me_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
in gfx_v6_0_cp_gfx_load_microcode()
1947
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
in gfx_v6_0_cp_gfx_load_microcode()
1969
(adev->gfx.me_fw->data + le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in gfx_v6_0_cp_gfx_load_microcode()
1970
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in gfx_v6_0_cp_gfx_load_microcode()
H
A
D
gfx_v7_0.c
2386
const struct gfx_firmware_header_v1_0 *
me_hdr
;
in gfx_v7_0_cp_gfx_load_microcode()
local
2395
me_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
in gfx_v7_0_cp_gfx_load_microcode()
2399
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
in gfx_v7_0_cp_gfx_load_microcode()
2402
adev->gfx.me_fw_version = le32_to_cpu(
me_hdr
->header.ucode_version);
in gfx_v7_0_cp_gfx_load_microcode()
2403
adev->gfx.me_feature_version = le32_to_cpu(
me_hdr
->ucode_feature_version);
in gfx_v7_0_cp_gfx_load_microcode()
2432
le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in gfx_v7_0_cp_gfx_load_microcode()
2433
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in gfx_v7_0_cp_gfx_load_microcode()
H
A
D
gfx_v9_0.c
2970
const struct gfx_firmware_header_v1_0 *
me_hdr
;
in gfx_v9_0_cp_gfx_load_microcode()
local
2981
me_hdr
= (const struct gfx_firmware_header_v1_0 *)
in gfx_v9_0_cp_gfx_load_microcode()
2986
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
in gfx_v9_0_cp_gfx_load_microcode()
3013
le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in gfx_v9_0_cp_gfx_load_microcode()
3014
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in gfx_v9_0_cp_gfx_load_microcode()
H
A
D
gfx_v10_0.c
5842
const struct gfx_firmware_header_v1_0 *
me_hdr
;
in gfx_v10_0_cp_gfx_load_me_microcode()
local
5848
me_hdr
= (const struct gfx_firmware_header_v1_0 *)
in gfx_v10_0_cp_gfx_load_me_microcode()
5851
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
in gfx_v10_0_cp_gfx_load_me_microcode()
5854
le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in gfx_v10_0_cp_gfx_load_me_microcode()
5855
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes);
in gfx_v10_0_cp_gfx_load_me_microcode()
5857
r = amdgpu_bo_create_reserved(adev,
me_hdr
->header.ucode_size_bytes,
in gfx_v10_0_cp_gfx_load_me_microcode()
5907
for (i = 0; i <
me_hdr
->jt_size; i++)
in gfx_v10_0_cp_gfx_load_me_microcode()
5909
le32_to_cpup(fw_data +
me_hdr
->jt_offset + i));
in gfx_v10_0_cp_gfx_load_me_microcode()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v6_0.c
1970
const struct gfx_firmware_header_v1_0 *
me_hdr
;
in gfx_v6_0_cp_gfx_load_microcode()
local
1980
me_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
in gfx_v6_0_cp_gfx_load_microcode()
1984
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
in gfx_v6_0_cp_gfx_load_microcode()
2006
(adev->gfx.me_fw->data + le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in gfx_v6_0_cp_gfx_load_microcode()
2007
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in gfx_v6_0_cp_gfx_load_microcode()
H
A
D
gfx_v7_0.c
2454
const struct gfx_firmware_header_v1_0 *
me_hdr
;
in gfx_v7_0_cp_gfx_load_microcode()
local
2463
me_hdr
= (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
in gfx_v7_0_cp_gfx_load_microcode()
2467
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
in gfx_v7_0_cp_gfx_load_microcode()
2470
adev->gfx.me_fw_version = le32_to_cpu(
me_hdr
->header.ucode_version);
in gfx_v7_0_cp_gfx_load_microcode()
2471
adev->gfx.me_feature_version = le32_to_cpu(
me_hdr
->ucode_feature_version);
in gfx_v7_0_cp_gfx_load_microcode()
2500
le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in gfx_v7_0_cp_gfx_load_microcode()
2501
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in gfx_v7_0_cp_gfx_load_microcode()
H
A
D
gfx_v9_0.c
3146
const struct gfx_firmware_header_v1_0 *
me_hdr
;
in gfx_v9_0_cp_gfx_load_microcode()
local
3157
me_hdr
= (const struct gfx_firmware_header_v1_0 *)
in gfx_v9_0_cp_gfx_load_microcode()
3162
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
in gfx_v9_0_cp_gfx_load_microcode()
3189
le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in gfx_v9_0_cp_gfx_load_microcode()
3190
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in gfx_v9_0_cp_gfx_load_microcode()
H
A
D
gfx_v10_0.c
5654
const struct gfx_firmware_header_v1_0 *
me_hdr
;
in gfx_v10_0_cp_gfx_load_me_microcode()
local
5660
me_hdr
= (const struct gfx_firmware_header_v1_0 *)
in gfx_v10_0_cp_gfx_load_me_microcode()
5663
amdgpu_ucode_print_gfx_hdr(&
me_hdr
->header);
in gfx_v10_0_cp_gfx_load_me_microcode()
5666
le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in gfx_v10_0_cp_gfx_load_me_microcode()
5667
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes);
in gfx_v10_0_cp_gfx_load_me_microcode()
5669
r = amdgpu_bo_create_reserved(adev,
me_hdr
->header.ucode_size_bytes,
in gfx_v10_0_cp_gfx_load_me_microcode()
5719
for (i = 0; i <
me_hdr
->jt_size; i++)
in gfx_v10_0_cp_gfx_load_me_microcode()
5721
le32_to_cpup(fw_data +
me_hdr
->jt_offset + i));
in gfx_v10_0_cp_gfx_load_me_microcode()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
cik.c
3908
const struct gfx_firmware_header_v1_0 *
me_hdr
=
in cik_cp_gfx_load_microcode()
local
3915
radeon_ucode_print_gfx_hdr(&
me_hdr
->header);
in cik_cp_gfx_load_microcode()
3937
(rdev->me_fw->data + le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in cik_cp_gfx_load_microcode()
3938
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in cik_cp_gfx_load_microcode()
3942
WREG32(CP_ME_RAM_WADDR, le32_to_cpu(
me_hdr
->header.ucode_version));
in cik_cp_gfx_load_microcode()
3943
WREG32(CP_ME_RAM_RADDR, le32_to_cpu(
me_hdr
->header.ucode_version));
in cik_cp_gfx_load_microcode()
H
A
D
si.c
3494
const struct gfx_firmware_header_v1_0 *
me_hdr
=
in si_cp_load_microcode()
local
3501
radeon_ucode_print_gfx_hdr(&
me_hdr
->header);
in si_cp_load_microcode()
3523
(rdev->me_fw->data + le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in si_cp_load_microcode()
3524
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in si_cp_load_microcode()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
cik.c
3898
const struct gfx_firmware_header_v1_0 *
me_hdr
=
in cik_cp_gfx_load_microcode()
local
3905
radeon_ucode_print_gfx_hdr(&
me_hdr
->header);
in cik_cp_gfx_load_microcode()
3927
(rdev->me_fw->data + le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in cik_cp_gfx_load_microcode()
3928
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in cik_cp_gfx_load_microcode()
3932
WREG32(CP_ME_RAM_WADDR, le32_to_cpu(
me_hdr
->header.ucode_version));
in cik_cp_gfx_load_microcode()
3933
WREG32(CP_ME_RAM_RADDR, le32_to_cpu(
me_hdr
->header.ucode_version));
in cik_cp_gfx_load_microcode()
H
A
D
si.c
3489
const struct gfx_firmware_header_v1_0 *
me_hdr
=
in si_cp_load_microcode()
local
3496
radeon_ucode_print_gfx_hdr(&
me_hdr
->header);
in si_cp_load_microcode()
3518
(rdev->me_fw->data + le32_to_cpu(
me_hdr
->header.ucode_array_offset_bytes));
in si_cp_load_microcode()
3519
fw_size = le32_to_cpu(
me_hdr
->header.ucode_size_bytes) / 4;
in si_cp_load_microcode()
Completed in 94 milliseconds