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:mdp5_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_plane.c
176
struct mdp5_plane_state *
mdp5_state
;
in mdp5_plane_reset()
local
183
mdp5_state
= kzalloc(sizeof(*
mdp5_state
), GFP_KERNEL);
in mdp5_plane_reset()
184
if (!
mdp5_state
)
in mdp5_plane_reset()
188
mdp5_state
->alpha = 255;
in mdp5_plane_reset()
189
mdp5_state
->premultiplied = 0;
in mdp5_plane_reset()
192
mdp5_state
->zpos = STAGE_BASE;
in mdp5_plane_reset()
194
mdp5_state
->zpos = STAGE0 + drm_plane_index(plane);
in mdp5_plane_reset()
196
mdp5_state
->base.plane = plane;
in mdp5_plane_reset()
198
plane->state = &
mdp5_state
in mdp5_plane_reset()
204
struct mdp5_plane_state *
mdp5_state
;
mdp5_plane_duplicate_state()
local
258
struct mdp5_plane_state *
mdp5_state
= to_mdp5_plane_state(state);
mdp5_plane_atomic_check_with_state()
local
457
struct mdp5_plane_state *
mdp5_state
= to_mdp5_plane_state(state);
mdp5_plane_atomic_async_check()
local
[all...]
H
A
D
mdp5_kms.c
117
struct mdp5_global_state *
mdp5_state
= to_mdp5_global_state(state);
in mdp5_global_destroy_state()
local
119
kfree(
mdp5_state
);
in mdp5_global_destroy_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_plane.c
97
struct mdp5_plane_state *
mdp5_state
;
in mdp5_plane_reset()
local
104
mdp5_state
= kzalloc(sizeof(*
mdp5_state
), GFP_KERNEL);
in mdp5_plane_reset()
105
if (!
mdp5_state
)
in mdp5_plane_reset()
107
__drm_atomic_helper_plane_reset(plane, &
mdp5_state
->base);
in mdp5_plane_reset()
113
struct mdp5_plane_state *
mdp5_state
;
in mdp5_plane_duplicate_state()
local
118
mdp5_state
= kmemdup(to_mdp5_plane_state(plane->state),
in mdp5_plane_duplicate_state()
119
sizeof(*
mdp5_state
), GFP_KERNEL);
in mdp5_plane_duplicate_state()
120
if (!
mdp5_state
)
in mdp5_plane_duplicate_state()
123
__drm_atomic_helper_plane_duplicate_state(plane, &
mdp5_state
in mdp5_plane_duplicate_state()
181
struct mdp5_plane_state *
mdp5_state
= to_mdp5_plane_state(state);
mdp5_plane_atomic_check_with_state()
local
388
struct mdp5_plane_state *
mdp5_state
= to_mdp5_plane_state(new_plane_state);
mdp5_plane_atomic_async_check()
local
[all...]
H
A
D
mdp5_kms.c
117
struct mdp5_global_state *
mdp5_state
= to_mdp5_global_state(state);
in mdp5_global_destroy_state()
local
119
kfree(
mdp5_state
);
in mdp5_global_destroy_state()
Completed in 6 milliseconds