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_enc
(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
140
struct dpu_encoder_phys_wb *
wb_enc
= to_dpu_encoder_phys_wb(phys_enc);
in dpu_encoder_phys_wb_setup_fb()
local
150
wb_cfg = &
wb_enc
->wb_cfg;
in dpu_encoder_phys_wb_setup_fb()
351
struct dpu_encoder_phys_wb *
wb_enc
= to_dpu_encoder_phys_wb(phys_enc);
in _dpu_encoder_phys_wb_frame_done_helper()
local
367
if (
wb_enc
->wb_conn)
in _dpu_encoder_phys_wb_frame_done_helper()
368
drm_writeback_signal_completion(
wb_enc
->wb_conn, 0);
in _dpu_encoder_phys_wb_frame_done_helper()
393
struct dpu_encoder_phys_wb *
wb_enc
= to_dpu_encoder_phys_wb(phys);
in dpu_encoder_phys_wb_irq_ctrl()
local
395
if (enable && atomic_inc_return(&
wb_enc
->wbirq_refcount) == 1)
in dpu_encoder_phys_wb_irq_ctrl()
399
atomic_dec_return(&
wb_enc
->wbirq_refcount) == 0)
in dpu_encoder_phys_wb_irq_ctrl()
415
struct dpu_encoder_phys_wb *
wb_enc
= to_dpu_encoder_phys_wb(phys_enc);
in _dpu_encoder_phys_wb_handle_wbdone_timeout()
local
418
wb_enc
in _dpu_encoder_phys_wb_handle_wbdone_timeout()
443
struct dpu_encoder_phys_wb *
wb_enc
= to_dpu_encoder_phys_wb(phys_enc);
dpu_encoder_phys_wb_wait_for_commit_done()
local
468
struct dpu_encoder_phys_wb *
wb_enc
= to_dpu_encoder_phys_wb(phys_enc);
dpu_encoder_phys_wb_prepare_for_kickoff()
local
577
struct dpu_encoder_phys_wb *
wb_enc
= to_dpu_encoder_phys_wb(phys_enc);
dpu_encoder_phys_wb_prepare_wb_job()
local
632
struct dpu_encoder_phys_wb *
wb_enc
= to_dpu_encoder_phys_wb(phys_enc);
dpu_encoder_phys_wb_cleanup_wb_job()
local
647
struct dpu_encoder_phys_wb *
wb_enc
= to_dpu_encoder_phys_wb(phys_enc);
dpu_encoder_phys_wb_is_valid_for_commit()
local
687
struct dpu_encoder_phys_wb *
wb_enc
= NULL;
dpu_encoder_phys_wb_init()
local
[all...]
H
A
D
dpu_writeback.c
44
dpu_encoder_prepare_wb_job(dpu_wb_conn->
wb_enc
, job);
in dpu_wb_conn_prepare_job()
57
dpu_encoder_cleanup_wb_job(dpu_wb_conn->
wb_enc
, job);
in dpu_wb_conn_cleanup_job()
86
dpu_wb_conn->
wb_enc
= enc;
in dpu_writeback_init()
H
A
D
dpu_writeback.h
20
struct drm_encoder *
wb_enc
;
member
Completed in 2 milliseconds