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:needs_dirtyfb
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_plane.h
32
* @
needs_dirtyfb
: whether attached CRTC needs pixel data explicitly flushed
49
bool
needs_dirtyfb
;
member
H
A
D
dpu_crtc.c
1195
bool
needs_dirtyfb
= dpu_crtc_needs_dirtyfb(crtc_state);
in dpu_crtc_atomic_check()
local
1228
dpu_pstate->
needs_dirtyfb
=
needs_dirtyfb
;
in dpu_crtc_atomic_check()
H
A
D
dpu_plane.c
670
pstate->aspace, pstate->
needs_dirtyfb
);
in dpu_plane_prepare_fb()
702
old_pstate->
needs_dirtyfb
);
in dpu_plane_cleanup_fb()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_fb.c
80
bool
needs_dirtyfb
)
in msm_framebuffer_prepare()
85
if (
needs_dirtyfb
)
in msm_framebuffer_prepare()
78
msm_framebuffer_prepare(struct drm_framebuffer *fb, struct msm_gem_address_space *aspace, bool
needs_dirtyfb
)
msm_framebuffer_prepare()
argument
H
A
D
msm_drv.h
298
struct msm_gem_address_space *aspace, bool
needs_dirtyfb
);
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_kms.h
107
bool
needs_dirtyfb
;
member
H
A
D
mdp5_plane.c
153
bool
needs_dirtyfb
= to_mdp5_plane_state(new_state)->
needs_dirtyfb
;
in mdp5_plane_prepare_fb()
local
160
return msm_framebuffer_prepare(new_state->fb, kms->aspace,
needs_dirtyfb
);
in mdp5_plane_prepare_fb()
169
bool needed_dirtyfb = to_mdp5_plane_state(old_state)->
needs_dirtyfb
;
in mdp5_plane_cleanup_fb()
H
A
D
mdp5_crtc.c
727
mdp5_pstate->
needs_dirtyfb
=
in mdp5_crtc_atomic_check()
Completed in 10 milliseconds