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:dmub_fw
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
164
* @
dmub_fw
:
168
const struct firmware *
dmub_fw
;
member
H
A
D
amdgpu_dm.c
762
const struct firmware *
dmub_fw
= adev->dm.
dmub_fw
;
in dm_dmub_hw_init()
local
780
if (!
dmub_fw
) {
in dm_dmub_hw_init()
797
hdr = (const struct dmcub_firmware_header_v1_0 *)
dmub_fw
->data;
in dm_dmub_hw_init()
799
fw_inst_const =
dmub_fw
->data +
in dm_dmub_hw_init()
803
fw_bss_data =
dmub_fw
->data +
in dm_dmub_hw_init()
1328
r = request_firmware_direct(&adev->dm.
dmub_fw
, fw_name_dmub, adev->dev);
in dm_dmub_sw_init()
1334
r = amdgpu_ucode_validate(adev->dm.
dmub_fw
);
in dm_dmub_sw_init()
1340
hdr = (const struct dmcub_firmware_header_v1_0 *)adev->dm.
dmub_fw
->data;
in dm_dmub_sw_init()
1347
adev->dm.
dmub_fw
;
in dm_dmub_sw_init()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
310
* @
dmub_fw
:
314
const struct firmware *
dmub_fw
;
member
H
A
D
amdgpu_dm.c
1068
const struct firmware *
dmub_fw
= adev->dm.
dmub_fw
;
in dm_dmub_hw_init()
local
1086
if (!
dmub_fw
) {
in dm_dmub_hw_init()
1108
hdr = (const struct dmcub_firmware_header_v1_0 *)
dmub_fw
->data;
in dm_dmub_hw_init()
1110
fw_inst_const =
dmub_fw
->data +
in dm_dmub_hw_init()
1114
fw_bss_data =
dmub_fw
->data +
in dm_dmub_hw_init()
2127
hdr = (const struct dmcub_firmware_header_v1_0 *)adev->dm.
dmub_fw
->data;
in dm_dmub_sw_init()
2134
adev->dm.
dmub_fw
;
in dm_dmub_sw_init()
2172
adev->dm.
dmub_fw
->data +
in dm_dmub_sw_init()
2176
adev->dm.
dmub_fw
in dm_dmub_sw_init()
[all...]
Completed in 12 milliseconds