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:dpg_is_blanked
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/
H
A
D
dcn201_opp.c
52
.
dpg_is_blanked
= opp2_dpg_is_blanked,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
opp.h
316
bool (*
dpg_is_blanked
)(
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
opp.h
321
bool (*
dpg_is_blanked
)(
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_opp.c
406
.
dpg_is_blanked
= NULL,
H
A
D
dcn10_hw_sequencer.c
351
*
dpg_is_blanked
() if exists, otherwise fallback on otg.
in dcn10_log_hw_state()
355
if (pool->opps[i]->funcs->
dpg_is_blanked
)
in dcn10_log_hw_state()
356
s.blank_enabled = pool->opps[i]->funcs->
dpg_is_blanked
(pool->opps[i]);
in dcn10_log_hw_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_opp.c
353
.
dpg_is_blanked
= opp2_dpg_is_blanked,
H
A
D
dcn20_hwseq.c
1910
if (opp->funcs->
dpg_is_blanked
(opp))
in dcn20_wait_for_blank_complete()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_opp.c
379
.
dpg_is_blanked
= NULL,
H
A
D
dcn10_hw_sequencer.c
363
*
dpg_is_blanked
() if exists, otherwise fallback on otg.
in dcn10_log_hw_state()
367
if (pool->opps[i]->funcs->
dpg_is_blanked
)
in dcn10_log_hw_state()
368
s.blank_enabled = pool->opps[i]->funcs->
dpg_is_blanked
(pool->opps[i]);
in dcn10_log_hw_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_opp.c
365
.
dpg_is_blanked
= opp2_dpg_is_blanked,
H
A
D
dcn20_hwseq.c
317
if (opp->funcs->
dpg_is_blanked
&& opp->funcs->
dpg_is_blanked
(opp))
in dcn20_init_blank()
2256
if (opp->funcs->
dpg_is_blanked
(opp))
in dcn20_wait_for_blank_complete()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
1096
if (pipe_set[j]->stream_res.opp->funcs->
dpg_is_blanked
)
in program_timing_sync()
1098
pipe_set[j]->stream_res.opp->funcs->
dpg_is_blanked
(pipe_set[j]->stream_res.opp);
in program_timing_sync()
1127
if (pipe_set[j]->stream_res.opp->funcs->
dpg_is_blanked
)
in program_timing_sync()
1129
pipe_set[j]->stream_res.opp->funcs->
dpg_is_blanked
(pipe_set[j]->stream_res.opp);
in program_timing_sync()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
1481
if (pipe_set[j]->stream_res.opp->funcs->
dpg_is_blanked
)
in program_timing_sync()
1483
pipe_set[j]->stream_res.opp->funcs->
dpg_is_blanked
(pipe_set[j]->stream_res.opp);
in program_timing_sync()
1524
if (pipe_set[j]->stream_res.opp->funcs->
dpg_is_blanked
)
in program_timing_sync()
1526
pipe_set[j]->stream_res.opp->funcs->
dpg_is_blanked
(pipe_set[j]->stream_res.opp);
in program_timing_sync()
Completed in 29 milliseconds