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_STATUS_OK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dmub_srv.c
68
if (status ==
DMUB_STATUS_OK
)
in dc_dmub_srv_cmd_queue()
80
if (status ==
DMUB_STATUS_OK
)
in dc_dmub_srv_cmd_queue()
94
if (status !=
DMUB_STATUS_OK
)
in dc_dmub_srv_cmd_execute()
105
if (status !=
DMUB_STATUS_OK
)
in dc_dmub_srv_wait_idle()
118
if (status ==
DMUB_STATUS_OK
)
in dc_dmub_srv_wait_phy_init()
149
stream_mask, timeout) ==
DMUB_STATUS_OK
;
in dc_dmub_srv_notify_stream_mask()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/src/
H
A
D
dmub_srv.c
184
enum dmub_status status =
DMUB_STATUS_OK
;
in dmub_srv_create()
223
if (status ==
DMUB_STATUS_OK
)
in dmub_srv_create()
319
return
DMUB_STATUS_OK
;
in dmub_srv_calc_region_info()
358
return
DMUB_STATUS_OK
;
in dmub_srv_calc_mem_info()
372
return
DMUB_STATUS_OK
;
in dmub_srv_has_hw_support()
383
return
DMUB_STATUS_OK
;
in dmub_srv_is_hw_init()
388
return
DMUB_STATUS_OK
;
in dmub_srv_is_hw_init()
488
return
DMUB_STATUS_OK
;
in dmub_srv_hw_init()
497
return
DMUB_STATUS_OK
;
in dmub_srv_hw_reset()
504
return
DMUB_STATUS_OK
;
in dmub_srv_hw_reset()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/src/
H
A
D
dmub_srv.c
320
enum dmub_status status =
DMUB_STATUS_OK
;
in dmub_srv_create()
359
if (status ==
DMUB_STATUS_OK
)
in dmub_srv_create()
455
return
DMUB_STATUS_OK
;
in dmub_srv_calc_region_info()
494
return
DMUB_STATUS_OK
;
in dmub_srv_calc_mem_info()
508
return
DMUB_STATUS_OK
;
in dmub_srv_has_hw_support()
519
return
DMUB_STATUS_OK
;
in dmub_srv_is_hw_init()
524
return
DMUB_STATUS_OK
;
in dmub_srv_is_hw_init()
668
return
DMUB_STATUS_OK
;
in dmub_srv_hw_init()
689
return
DMUB_STATUS_OK
;
in dmub_srv_sync_inbox1()
711
return
DMUB_STATUS_OK
;
in dmub_srv_hw_reset()
[all...]
H
A
D
dmub_srv_stat.c
68
return
DMUB_STATUS_OK
;
in dmub_srv_stat_get_notification()
134
return
DMUB_STATUS_OK
;
in dmub_srv_stat_get_notification()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_stat.c
59
ASSERT(status ==
DMUB_STATUS_OK
);
in dc_stat_get_dmub_notification()
88
ASSERT(status ==
DMUB_STATUS_OK
);
in dc_stat_get_dmub_dataout()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dmub_srv.c
76
if (status !=
DMUB_STATUS_OK
) {
in dc_dmub_srv_wait_idle()
86
enum dmub_status status =
DMUB_STATUS_OK
;
in dc_dmub_srv_clear_inbox0_ack()
89
if (status !=
DMUB_STATUS_OK
) {
in dc_dmub_srv_clear_inbox0_ack()
99
enum dmub_status status =
DMUB_STATUS_OK
;
in dc_dmub_srv_wait_for_inbox0_ack()
102
if (status !=
DMUB_STATUS_OK
) {
in dc_dmub_srv_wait_for_inbox0_ack()
113
enum dmub_status status =
DMUB_STATUS_OK
;
in dc_dmub_srv_send_inbox0_cmd()
116
if (status !=
DMUB_STATUS_OK
) {
in dc_dmub_srv_send_inbox0_cmd()
153
if (status !=
DMUB_STATUS_OK
) {
in dc_dmub_srv_cmd_run_list()
161
if (status !=
DMUB_STATUS_OK
) {
in dc_dmub_srv_cmd_run_list()
171
if (status !=
DMUB_STATUS_OK
) {
in dc_dmub_srv_cmd_run_list()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/
H
A
D
dmub_srv.h
79
DMUB_STATUS_OK
= 0,
enumerator
364
*
DMUB_STATUS_OK
- success
386
*
DMUB_STATUS_OK
- success
404
*
DMUB_STATUS_OK
- success
421
*
DMUB_STATUS_OK
- success
431
*
DMUB_STATUS_OK
- success
445
*
DMUB_STATUS_OK
- success
462
*
DMUB_STATUS_OK
- success
476
*
DMUB_STATUS_OK
- success
490
*
DMUB_STATUS_OK
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H
A
D
dmub_replay.c
50
if (status ==
DMUB_STATUS_OK
) {
in dmub_replay_get_state()
H
A
D
dmub_psr.c
116
if (status ==
DMUB_STATUS_OK
) {
in dmub_psr_get_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/
H
A
D
dmub_srv.h
82
DMUB_STATUS_OK
= 0,
enumerator
512
*
DMUB_STATUS_OK
- success
534
*
DMUB_STATUS_OK
- success
552
*
DMUB_STATUS_OK
- success
569
*
DMUB_STATUS_OK
- success
579
*
DMUB_STATUS_OK
- success
593
*
DMUB_STATUS_OK
- success
610
*
DMUB_STATUS_OK
- success
622
*
DMUB_STATUS_OK
- success
636
*
DMUB_STATUS_OK
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
1093
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_hw_init()
1105
if (status !=
DMUB_STATUS_OK
)
in dm_dmub_hw_init()
1178
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_hw_init()
1185
if (status !=
DMUB_STATUS_OK
)
in dm_dmub_hw_init()
1219
if (status !=
DMUB_STATUS_OK
)
in dm_dmub_hw_resume()
1222
if (status ==
DMUB_STATUS_OK
&& init) {
in dm_dmub_hw_resume()
1225
if (status !=
DMUB_STATUS_OK
)
in dm_dmub_hw_resume()
2159
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_sw_init()
2184
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_sw_init()
2219
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_sw_init()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
787
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_hw_init()
857
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_hw_init()
864
if (status !=
DMUB_STATUS_OK
)
in dm_dmub_hw_init()
1372
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_sw_init()
1397
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_sw_init()
1430
if (status !=
DMUB_STATUS_OK
) {
in dm_dmub_sw_init()
Completed in 27 milliseconds