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:active_wb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vkms/
H
A
D
vkms_writeback.c
132
struct vkms_writeback_job *
active_wb
;
in vkms_wb_atomic_commit()
local
141
active_wb
= conn_state->writeback_job->priv;
in vkms_wb_atomic_commit()
142
wb_frame_info = &
active_wb
->wb_frame_info;
in vkms_wb_atomic_commit()
145
crtc_state->active_writeback =
active_wb
;
in vkms_wb_atomic_commit()
154
active_wb
->pixel_write = get_pixel_write_function(wb_format);
in vkms_wb_atomic_commit()
H
A
D
vkms_composer.c
217
struct vkms_writeback_job *
active_wb
)
in check_format_funcs()
226
if (
active_wb
&& !
active_wb
->pixel_write)
in check_format_funcs()
244
static int compose_active_planes(struct vkms_writeback_job *
active_wb
,
in compose_active_planes()
argument
263
if (WARN_ON(check_format_funcs(crtc_state,
active_wb
)))
in compose_active_planes()
283
blend(
active_wb
, crtc_state, crc32, &stage_buffer,
in compose_active_planes()
308
struct vkms_writeback_job *
active_wb
= crtc_state->active_writeback;
in vkms_composer_worker()
local
349
ret = compose_active_planes(
active_wb
, crtc_state, &crc32);
in vkms_composer_worker()
216
check_format_funcs(struct vkms_crtc_state *crtc_state, struct vkms_writeback_job *
active_wb
)
check_format_funcs()
argument
Completed in 2 milliseconds