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:ot_params
(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
45
struct dpu_vbif_set_ot_params
ot_params
;
in dpu_encoder_phys_wb_set_ot_limit()
local
47
memset(&
ot_params
, 0, sizeof(
ot_params
));
in dpu_encoder_phys_wb_set_ot_limit()
48
ot_params
.xin_id = hw_wb->caps->xin_id;
in dpu_encoder_phys_wb_set_ot_limit()
49
ot_params
.num = hw_wb->idx - WB_0;
in dpu_encoder_phys_wb_set_ot_limit()
50
ot_params
.width = phys_enc->cached_mode.hdisplay;
in dpu_encoder_phys_wb_set_ot_limit()
51
ot_params
.height = phys_enc->cached_mode.vdisplay;
in dpu_encoder_phys_wb_set_ot_limit()
52
ot_params
.is_wfd = true;
in dpu_encoder_phys_wb_set_ot_limit()
53
ot_params
.frame_rate = drm_mode_vrefresh(&phys_enc->cached_mode);
in dpu_encoder_phys_wb_set_ot_limit()
54
ot_params
in dpu_encoder_phys_wb_set_ot_limit()
[all...]
H
A
D
dpu_plane.c
349
struct dpu_vbif_set_ot_params
ot_params
;
in _dpu_plane_set_ot_limit()
local
352
memset(&
ot_params
, 0, sizeof(
ot_params
));
in _dpu_plane_set_ot_limit()
353
ot_params
.xin_id = pipe->sspp->cap->xin_id;
in _dpu_plane_set_ot_limit()
354
ot_params
.num = pipe->sspp->idx - SSPP_NONE;
in _dpu_plane_set_ot_limit()
355
ot_params
.width = drm_rect_width(&pipe_cfg->src_rect);
in _dpu_plane_set_ot_limit()
356
ot_params
.height = drm_rect_height(&pipe_cfg->src_rect);
in _dpu_plane_set_ot_limit()
357
ot_params
.is_wfd = !pdpu->is_rt_pipe;
in _dpu_plane_set_ot_limit()
358
ot_params
.frame_rate = frame_rate;
in _dpu_plane_set_ot_limit()
359
ot_params
in _dpu_plane_set_ot_limit()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_plane.c
458
struct dpu_vbif_set_ot_params
ot_params
;
in _dpu_plane_set_ot_limit()
local
461
memset(&
ot_params
, 0, sizeof(
ot_params
));
in _dpu_plane_set_ot_limit()
462
ot_params
.xin_id = pdpu->pipe_hw->cap->xin_id;
in _dpu_plane_set_ot_limit()
463
ot_params
.num = pdpu->pipe_hw->idx - SSPP_NONE;
in _dpu_plane_set_ot_limit()
464
ot_params
.width = drm_rect_width(&pdpu->pipe_cfg.src_rect);
in _dpu_plane_set_ot_limit()
465
ot_params
.height = drm_rect_height(&pdpu->pipe_cfg.src_rect);
in _dpu_plane_set_ot_limit()
466
ot_params
.is_wfd = !pdpu->is_rt_pipe;
in _dpu_plane_set_ot_limit()
467
ot_params
.frame_rate = drm_mode_vrefresh(&crtc->mode);
in _dpu_plane_set_ot_limit()
468
ot_params
in _dpu_plane_set_ot_limit()
[all...]
Completed in 4 milliseconds