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:mes_hdr
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
mes_v10_1.c
278
const struct mes_firmware_header_v1_0 *
mes_hdr
;
in mes_v10_1_init_microcode()
local
304
mes_hdr
= (const struct mes_firmware_header_v1_0 *)adev->mes.fw->data;
in mes_v10_1_init_microcode()
305
adev->mes.ucode_fw_version = le32_to_cpu(
mes_hdr
->mes_ucode_version);
in mes_v10_1_init_microcode()
307
le32_to_cpu(
mes_hdr
->mes_ucode_data_version);
in mes_v10_1_init_microcode()
309
le32_to_cpu(
mes_hdr
->mes_uc_start_addr_lo) |
in mes_v10_1_init_microcode()
310
((uint64_t)(le32_to_cpu(
mes_hdr
->mes_uc_start_addr_hi)) << 32);
in mes_v10_1_init_microcode()
312
le32_to_cpu(
mes_hdr
->mes_data_start_addr_lo) |
in mes_v10_1_init_microcode()
313
((uint64_t)(le32_to_cpu(
mes_hdr
->mes_data_start_addr_hi)) << 32);
in mes_v10_1_init_microcode()
320
ALIGN(le32_to_cpu(
mes_hdr
->mes_ucode_size_bytes),
in mes_v10_1_init_microcode()
327
ALIGN(le32_to_cpu(
mes_hdr
in mes_v10_1_init_microcode()
343
const struct mes_firmware_header_v1_0 *
mes_hdr
;
mes_v10_1_allocate_ucode_buffer()
local
375
const struct mes_firmware_header_v1_0 *
mes_hdr
;
mes_v10_1_allocate_ucode_data_buffer()
local
[all...]
H
A
D
amdgpu_ucode.c
476
const struct mes_firmware_header_v1_0 *
mes_hdr
= NULL;
in amdgpu_ucode_init_single_fw()
local
491
mes_hdr
= (const struct mes_firmware_header_v1_0 *)ucode->fw->data;
in amdgpu_ucode_init_single_fw()
570
ucode->ucode_size = le32_to_cpu(
mes_hdr
->mes_ucode_size_bytes);
in amdgpu_ucode_init_single_fw()
572
le32_to_cpu(
mes_hdr
->mes_ucode_offset_bytes)),
in amdgpu_ucode_init_single_fw()
575
ucode->ucode_size = le32_to_cpu(
mes_hdr
->mes_ucode_data_size_bytes);
in amdgpu_ucode_init_single_fw()
577
le32_to_cpu(
mes_hdr
->mes_ucode_data_offset_bytes)),
in amdgpu_ucode_init_single_fw()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ucode.c
749
const struct mes_firmware_header_v1_0 *
mes_hdr
= NULL;
in amdgpu_ucode_init_single_fw()
local
768
mes_hdr
= (const struct mes_firmware_header_v1_0 *)ucode->fw->data;
in amdgpu_ucode_init_single_fw()
847
ucode->ucode_size = le32_to_cpu(
mes_hdr
->mes_ucode_size_bytes);
in amdgpu_ucode_init_single_fw()
849
le32_to_cpu(
mes_hdr
->mes_ucode_offset_bytes);
in amdgpu_ucode_init_single_fw()
852
ucode->ucode_size = le32_to_cpu(
mes_hdr
->mes_ucode_data_size_bytes);
in amdgpu_ucode_init_single_fw()
854
le32_to_cpu(
mes_hdr
->mes_ucode_data_offset_bytes);
in amdgpu_ucode_init_single_fw()
857
ucode->ucode_size = le32_to_cpu(
mes_hdr
->mes_ucode_size_bytes);
in amdgpu_ucode_init_single_fw()
859
le32_to_cpu(
mes_hdr
->mes_ucode_offset_bytes);
in amdgpu_ucode_init_single_fw()
862
ucode->ucode_size = le32_to_cpu(
mes_hdr
->mes_ucode_data_size_bytes);
in amdgpu_ucode_init_single_fw()
864
le32_to_cpu(
mes_hdr
in amdgpu_ucode_init_single_fw()
[all...]
H
A
D
mes_v11_0.c
480
const struct mes_firmware_header_v1_0 *
mes_hdr
;
in mes_v11_0_allocate_ucode_buffer()
local
484
mes_hdr
= (const struct mes_firmware_header_v1_0 *)
in mes_v11_0_allocate_ucode_buffer()
488
le32_to_cpu(
mes_hdr
->mes_ucode_offset_bytes));
in mes_v11_0_allocate_ucode_buffer()
489
fw_size = le32_to_cpu(
mes_hdr
->mes_ucode_size_bytes);
in mes_v11_0_allocate_ucode_buffer()
515
const struct mes_firmware_header_v1_0 *
mes_hdr
;
in mes_v11_0_allocate_ucode_data_buffer()
local
519
mes_hdr
= (const struct mes_firmware_header_v1_0 *)
in mes_v11_0_allocate_ucode_data_buffer()
523
le32_to_cpu(
mes_hdr
->mes_ucode_data_offset_bytes));
in mes_v11_0_allocate_ucode_data_buffer()
524
fw_size = le32_to_cpu(
mes_hdr
->mes_ucode_data_size_bytes);
in mes_v11_0_allocate_ucode_data_buffer()
H
A
D
mes_v10_1.c
386
const struct mes_firmware_header_v1_0 *
mes_hdr
;
in mes_v10_1_allocate_ucode_buffer()
local
390
mes_hdr
= (const struct mes_firmware_header_v1_0 *)
in mes_v10_1_allocate_ucode_buffer()
394
le32_to_cpu(
mes_hdr
->mes_ucode_offset_bytes));
in mes_v10_1_allocate_ucode_buffer()
395
fw_size = le32_to_cpu(
mes_hdr
->mes_ucode_size_bytes);
in mes_v10_1_allocate_ucode_buffer()
419
const struct mes_firmware_header_v1_0 *
mes_hdr
;
in mes_v10_1_allocate_ucode_data_buffer()
local
423
mes_hdr
= (const struct mes_firmware_header_v1_0 *)
in mes_v10_1_allocate_ucode_data_buffer()
427
le32_to_cpu(
mes_hdr
->mes_ucode_data_offset_bytes));
in mes_v10_1_allocate_ucode_data_buffer()
428
fw_size = le32_to_cpu(
mes_hdr
->mes_ucode_data_size_bytes);
in mes_v10_1_allocate_ucode_data_buffer()
H
A
D
amdgpu_mes.c
1438
const struct mes_firmware_header_v1_0 *
mes_hdr
;
in amdgpu_mes_init_microcode()
local
1470
mes_hdr
= (const struct mes_firmware_header_v1_0 *)
in amdgpu_mes_init_microcode()
1473
le32_to_cpu(
mes_hdr
->mes_uc_start_addr_lo) |
in amdgpu_mes_init_microcode()
1474
((uint64_t)(le32_to_cpu(
mes_hdr
->mes_uc_start_addr_hi)) << 32);
in amdgpu_mes_init_microcode()
1476
le32_to_cpu(
mes_hdr
->mes_data_start_addr_lo) |
in amdgpu_mes_init_microcode()
1477
((uint64_t)(le32_to_cpu(
mes_hdr
->mes_data_start_addr_hi)) << 32);
in amdgpu_mes_init_microcode()
1494
ALIGN(le32_to_cpu(
mes_hdr
->mes_ucode_size_bytes),
in amdgpu_mes_init_microcode()
1501
ALIGN(le32_to_cpu(
mes_hdr
->mes_ucode_data_size_bytes),
in amdgpu_mes_init_microcode()
H
A
D
gfx_v11_0.c
1237
const struct mes_firmware_header_v1_0 *
mes_hdr
;
in gfx_v11_0_rlc_backdoor_autoload_copy_mes_ucode()
local
1249
mes_hdr
= (const struct mes_firmware_header_v1_0 *)
in gfx_v11_0_rlc_backdoor_autoload_copy_mes_ucode()
1253
le32_to_cpu(
mes_hdr
->mes_ucode_offset_bytes));
in gfx_v11_0_rlc_backdoor_autoload_copy_mes_ucode()
1254
fw_size = le32_to_cpu(
mes_hdr
->mes_ucode_size_bytes);
in gfx_v11_0_rlc_backdoor_autoload_copy_mes_ucode()
1260
le32_to_cpu(
mes_hdr
->mes_ucode_data_offset_bytes));
in gfx_v11_0_rlc_backdoor_autoload_copy_mes_ucode()
1261
fw_size = le32_to_cpu(
mes_hdr
->mes_ucode_data_size_bytes);
in gfx_v11_0_rlc_backdoor_autoload_copy_mes_ucode()
Completed in 15 milliseconds