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:new_plane_crtc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
8512
struct drm_crtc *
new_plane_crtc
, *old_plane_crtc;
8521
new_plane_crtc
= new_plane_state->crtc;
8528
if (!enable || !
new_plane_crtc
||
8532
new_acrtc = to_amdgpu_crtc(
new_plane_crtc
);
8591
if (!
new_plane_crtc
)
8594
new_crtc_state = drm_atomic_get_new_crtc_state(state,
new_plane_crtc
);
8614
plane->base.id,
new_plane_crtc
->base.id);
8617
drm_to_adev(
new_plane_crtc
->dev),
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
9703
struct drm_crtc *
new_plane_crtc
, *old_plane_crtc;
in dm_update_plane_state()
local
9712
new_plane_crtc
= new_plane_state->crtc;
in dm_update_plane_state()
9718
if (!enable || !
new_plane_crtc
||
in dm_update_plane_state()
9722
new_acrtc = to_amdgpu_crtc(
new_plane_crtc
);
in dm_update_plane_state()
9786
if (!
new_plane_crtc
)
in dm_update_plane_state()
9789
new_crtc_state = drm_atomic_get_new_crtc_state(state,
new_plane_crtc
);
in dm_update_plane_state()
9817
plane->base.id,
new_plane_crtc
->base.id);
in dm_update_plane_state()
9820
drm_to_adev(
new_plane_crtc
->dev),
in dm_update_plane_state()
Completed in 21 milliseconds