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:wb_job
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys_wb.c
474
if (!wb_enc->wb_conn || !wb_enc->
wb_job
) {
in dpu_encoder_phys_wb_prepare_for_kickoff()
475
DPU_ERROR("invalid wb_conn or
wb_job
\n");
in dpu_encoder_phys_wb_prepare_for_kickoff()
482
if (wb_enc->wb_conn && wb_enc->
wb_job
)
in dpu_encoder_phys_wb_prepare_for_kickoff()
582
wb_enc->
wb_job
= job;
in dpu_encoder_phys_wb_prepare_wb_job()
641
wb_enc->
wb_job
= NULL;
in dpu_encoder_phys_wb_cleanup_wb_job()
649
if (wb_enc->
wb_job
)
in dpu_encoder_phys_wb_is_valid_for_commit()
H
A
D
dpu_encoder_phys.h
214
* @
wb_job
: backpointer to current writeback job
223
struct drm_writeback_job *
wb_job
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_atomic_helper.c
812
struct drm_writeback_job *
wb_job
= conn_state->writeback_job;
in drm_atomic_helper_check_wb_encoder_state()
local
818
if (!
wb_job
|| !
wb_job
->fb)
in drm_atomic_helper_check_wb_encoder_state()
821
pixel_format_blob =
wb_job
->connector->pixel_formats_blob_ptr;
in drm_atomic_helper_check_wb_encoder_state()
824
fb =
wb_job
->fb;
in drm_atomic_helper_check_wb_encoder_state()
Completed in 7 milliseconds