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:v1_1
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ucode.c
286
container_of(psp_hdr_v1_1, struct psp_firmware_header_v1_3,
v1_1
);
in amdgpu_ucode_print_psp_hdr()
288
le32_to_cpu(psp_hdr_v1_3->
v1_1
.toc_header_version));
in amdgpu_ucode_print_psp_hdr()
290
le32_to_cpu(psp_hdr_v1_3->
v1_1
.toc_offset_bytes));
in amdgpu_ucode_print_psp_hdr()
292
le32_to_cpu(psp_hdr_v1_3->
v1_1
.toc_size_bytes));
in amdgpu_ucode_print_psp_hdr()
294
le32_to_cpu(psp_hdr_v1_3->
v1_1
.kdb_header_version));
in amdgpu_ucode_print_psp_hdr()
296
le32_to_cpu(psp_hdr_v1_3->
v1_1
.kdb_offset_bytes));
in amdgpu_ucode_print_psp_hdr()
298
le32_to_cpu(psp_hdr_v1_3->
v1_1
.kdb_size_bytes));
in amdgpu_ucode_print_psp_hdr()
H
A
D
amdgpu_ucode.h
104
struct psp_firmware_header_v1_1
v1_1
;
member
277
struct gpu_info_firmware_v1_1
v1_1
;
member
H
A
D
amdgpu_psp.c
2493
adev->psp.toc_bin_size = le32_to_cpu(sos_hdr_v1_3->
v1_1
.toc_size_bytes);
in psp_init_sos_microcode()
2495
le32_to_cpu(sos_hdr_v1_3->
v1_1
.toc_offset_bytes);
in psp_init_sos_microcode()
2496
adev->psp.kdb_bin_size = le32_to_cpu(sos_hdr_v1_3->
v1_1
.kdb_size_bytes);
in psp_init_sos_microcode()
2498
le32_to_cpu(sos_hdr_v1_3->
v1_1
.kdb_offset_bytes);
in psp_init_sos_microcode()
H
A
D
atombios_crtc.c
522
SET_DCE_CLOCK_PS_ALLOCATION_V1_1
v1_1
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/
H
A
D
bios_parser_types_internal.h
40
ATOM_OBJECT_HEADER *
v1_1
;
member
H
A
D
bios_parser.c
154
le16_to_cpu(bp->object_info_tbl.
v1_1
->usConnectorObjectTableOffset));
in bios_parser_get_connectors_number()
167
+ le16_to_cpu(bp->object_info_tbl.
v1_1
->usConnectorObjectTableOffset);
in bios_parser_get_connector_id()
862
return (le16_to_cpu(bp->object_info_tbl.
v1_1
->usDeviceSupport) & mask) != 0;
in bios_parser_is_device_id_supported()
1957
offset = le16_to_cpu(bp->object_info_tbl.
v1_1
->usEncoderObjectTableOffset);
in get_bios_object()
1961
offset = le16_to_cpu(bp->object_info_tbl.
v1_1
->usConnectorObjectTableOffset);
in get_bios_object()
1965
offset = le16_to_cpu(bp->object_info_tbl.
v1_1
->usRouterObjectTableOffset);
in get_bios_object()
2912
bp->object_info_tbl.
v1_1
= object_info_tbl;
in bios_parser_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/
H
A
D
bios_parser_types_internal.h
40
ATOM_OBJECT_HEADER *
v1_1
;
member
H
A
D
bios_parser.c
155
le16_to_cpu(bp->object_info_tbl.
v1_1
->usConnectorObjectTableOffset));
in bios_parser_get_connectors_number()
168
+ le16_to_cpu(bp->object_info_tbl.
v1_1
->usConnectorObjectTableOffset);
in bios_parser_get_connector_id()
865
return (le16_to_cpu(bp->object_info_tbl.
v1_1
->usDeviceSupport) & mask) != 0;
in bios_parser_is_device_id_supported()
1968
offset = le16_to_cpu(bp->object_info_tbl.
v1_1
->usEncoderObjectTableOffset);
in get_bios_object()
1972
offset = le16_to_cpu(bp->object_info_tbl.
v1_1
->usConnectorObjectTableOffset);
in get_bios_object()
1976
offset = le16_to_cpu(bp->object_info_tbl.
v1_1
->usRouterObjectTableOffset);
in get_bios_object()
2919
bp->object_info_tbl.
v1_1
= object_info_tbl;
in bios_parser_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ucode.c
382
container_of(psp_hdr_v1_1, struct psp_firmware_header_v1_3,
v1_1
);
in amdgpu_ucode_print_psp_hdr()
384
le32_to_cpu(psp_hdr_v1_3->
v1_1
.toc.fw_version));
in amdgpu_ucode_print_psp_hdr()
386
le32_to_cpu(psp_hdr_v1_3->
v1_1
.toc.offset_bytes));
in amdgpu_ucode_print_psp_hdr()
388
le32_to_cpu(psp_hdr_v1_3->
v1_1
.toc.size_bytes));
in amdgpu_ucode_print_psp_hdr()
390
le32_to_cpu(psp_hdr_v1_3->
v1_1
.kdb.fw_version));
in amdgpu_ucode_print_psp_hdr()
392
le32_to_cpu(psp_hdr_v1_3->
v1_1
.kdb.offset_bytes));
in amdgpu_ucode_print_psp_hdr()
394
le32_to_cpu(psp_hdr_v1_3->
v1_1
.kdb.size_bytes));
in amdgpu_ucode_print_psp_hdr()
H
A
D
amdgpu_ucode.h
102
struct psp_firmware_header_v1_1
v1_1
;
member
346
struct gpu_info_firmware_v1_1
v1_1
;
member
H
A
D
amdgpu_discovery.c
1409
struct gc_info_v1_1
v1_1
;
member
1455
adev->gfx.config.gc_num_tcp_per_sa = le32_to_cpu(gc_info->
v1_1
.gc_num_tcp_per_sa);
in amdgpu_discovery_get_gfx_info()
1456
adev->gfx.config.gc_num_sdp_interface = le32_to_cpu(gc_info->
v1_1
.gc_num_sdp_interface);
in amdgpu_discovery_get_gfx_info()
1457
adev->gfx.config.gc_num_tcps = le32_to_cpu(gc_info->
v1_1
.gc_num_tcps);
in amdgpu_discovery_get_gfx_info()
H
A
D
amdgpu_psp.c
3211
adev->psp.toc.size_bytes = le32_to_cpu(sos_hdr_v1_3->
v1_1
.toc.size_bytes);
in psp_init_sos_microcode()
3213
le32_to_cpu(sos_hdr_v1_3->
v1_1
.toc.offset_bytes);
in psp_init_sos_microcode()
3214
adev->psp.kdb.size_bytes = le32_to_cpu(sos_hdr_v1_3->
v1_1
.kdb.size_bytes);
in psp_init_sos_microcode()
3216
le32_to_cpu(sos_hdr_v1_3->
v1_1
.kdb.offset_bytes);
in psp_init_sos_microcode()
H
A
D
atombios_crtc.c
521
SET_DCE_CLOCK_PS_ALLOCATION_V1_1
v1_1
;
member
Completed in 29 milliseconds