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:duplicated
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_trace.h
325
__field(bool,
duplicated
)
335
__entry->
duplicated
= state->
duplicated
;
341
"async_update=%d
duplicated
=%d num_connector=%d "
344
__entry->async_update, __entry->
duplicated
, __entry->num_connector,
H
A
D
amdgpu_dm.c
2949
* them here, since they were
duplicated
as part of the suspend
in dm_resume()
6857
if (!state->
duplicated
) {
in dm_encoder_helper_atomic_check()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_atomic.h
342
* @
duplicated
:
344
* Indicates whether or not this atomic state was
duplicated
using
346
* should use this to fixup normal inconsistencies in
duplicated
349
bool
duplicated
: 1;
member
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_atomic.h
393
* @
duplicated
:
395
* Indicates whether or not this atomic state was
duplicated
using
397
* should use this to fixup normal inconsistencies in
duplicated
400
bool
duplicated
: 1;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_atomic_helper.c
224
*
duplicated
a NULL best_encoder when crtc was NULL.
in set_best_encoder()
225
* As an exception restoring
duplicated
atomic state
in set_best_encoder()
338
if (!state->
duplicated
&& drm_connector_is_unregistered(connector) &&
in update_connector_routing()
3189
state->
duplicated
= true;
in drm_atomic_helper_duplicate_state()
3294
* drm_atomic_helper_commit_duplicated_state - commit
duplicated
state
3295
* @state:
duplicated
atomic state to commit
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_atomic_helper.c
230
*
duplicated
a NULL best_encoder when crtc was NULL.
in set_best_encoder()
231
* As an exception restoring
duplicated
atomic state
in set_best_encoder()
348
if (!state->
duplicated
&& drm_connector_is_unregistered(connector) &&
in update_connector_routing()
3429
state->
duplicated
= true;
in drm_atomic_helper_duplicate_state()
3534
* drm_atomic_helper_commit_duplicated_state - commit
duplicated
state
3535
* @state:
duplicated
atomic state to commit
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H
A
D
disp.c
961
* When restoring
duplicated
states, we need to make sure that the bw
in nv50_msto_atomic_check()
963
* may have changed after the state was
duplicated
in nv50_msto_atomic_check()
965
if (!state->
duplicated
) {
in nv50_msto_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H
A
D
disp.c
1056
* When restoring
duplicated
states, we need to make sure that the bw
in nv50_msto_atomic_check()
1058
* may have changed after the state was
duplicated
in nv50_msto_atomic_check()
1060
if (!state->
duplicated
) {
in nv50_msto_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
2091
* them here, since they were
duplicated
as part of the suspend
in dm_resume()
5743
if (!state->
duplicated
) {
Completed in 39 milliseconds