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:flip_state
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_crtc.c
846
vc4_async_page_flip_complete(struct vc4_async_flip_state *
flip_state
)
in vc4_async_page_flip_complete()
argument
848
struct drm_crtc *crtc =
flip_state
->crtc;
in vc4_async_page_flip_complete()
852
vc4_plane_async_set_fb(plane,
flip_state
->fb);
in vc4_async_page_flip_complete()
853
if (
flip_state
->event) {
in vc4_async_page_flip_complete()
857
drm_crtc_send_vblank_event(crtc,
flip_state
->event);
in vc4_async_page_flip_complete()
862
drm_framebuffer_put(
flip_state
->fb);
in vc4_async_page_flip_complete()
864
if (
flip_state
->old_fb)
in vc4_async_page_flip_complete()
865
drm_framebuffer_put(
flip_state
->old_fb);
in vc4_async_page_flip_complete()
867
kfree(
flip_state
);
in vc4_async_page_flip_complete()
872
struct vc4_async_flip_state *
flip_state
in vc4_async_page_flip_seqno_complete()
local
900
struct vc4_async_
flip_state
*
flip_state
=
vc4_async_page_flip_fence_complete()
local
907
vc4_async_set_fence_cb(struct drm_device *dev, struct vc4_async_
flip_state
*
flip_state
)
vc4_async_set_fence_cb()
argument
949
struct vc4_async_
flip_state
*
flip_state
;
vc4_async_page_flip_common()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_crtc.c
708
struct vc4_async_flip_state *
flip_state
=
in vc4_async_page_flip_complete()
local
710
struct drm_crtc *crtc =
flip_state
->crtc;
in vc4_async_page_flip_complete()
715
vc4_plane_async_set_fb(plane,
flip_state
->fb);
in vc4_async_page_flip_complete()
716
if (
flip_state
->event) {
in vc4_async_page_flip_complete()
720
drm_crtc_send_vblank_event(crtc,
flip_state
->event);
in vc4_async_page_flip_complete()
725
drm_framebuffer_put(
flip_state
->fb);
in vc4_async_page_flip_complete()
733
if (
flip_state
->old_fb) {
in vc4_async_page_flip_complete()
737
cma_bo = drm_fb_cma_get_gem_obj(
flip_state
->old_fb, 0);
in vc4_async_page_flip_complete()
740
drm_framebuffer_put(
flip_state
->old_fb);
in vc4_async_page_flip_complete()
743
kfree(
flip_state
);
in vc4_async_page_flip_complete()
763
struct vc4_async_
flip_state
*
flip_state
;
vc4_async_page_flip()
local
[all...]
Completed in 4 milliseconds