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:scale_enable
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H
A
D
malidp_crtc.c
263
s->
scale_enable
= false;
in malidp_crtc_atomic_check_scaling()
325
s->
scale_enable
= true;
in malidp_crtc_atomic_check_scaling()
H
A
D
malidp_hw.h
82
u8
scale_enable
: 1;
member
H
A
D
malidp_drv.c
134
if (!s->
scale_enable
) {
in malidp_atomic_commit_se_config()
H
A
D
malidp_planes.c
897
if (m->scaler_config.
scale_enable
&&
in malidp_de_plane_update()
H
A
D
malidp_hw.c
497
if (se_config->
scale_enable
) {
in malidp500_se_calc_mclk()
831
if (se_config->
scale_enable
) {
in malidp550_se_calc_mclk()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H
A
D
malidp_crtc.c
266
s->
scale_enable
= false;
in malidp_crtc_atomic_check_scaling()
328
s->
scale_enable
= true;
in malidp_crtc_atomic_check_scaling()
H
A
D
malidp_hw.h
82
u8
scale_enable
: 1;
member
H
A
D
malidp_planes.c
890
if (m->scaler_config.
scale_enable
&&
in malidp_de_plane_update()
H
A
D
malidp_drv.c
136
if (!s->
scale_enable
) {
in malidp_atomic_commit_se_config()
H
A
D
malidp_hw.c
497
if (se_config->
scale_enable
) {
in malidp500_se_calc_mclk()
831
if (se_config->
scale_enable
) {
in malidp550_se_calc_mclk()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
rockchip_vpu981_hw_av1_dec.c
1865
bool
scale_enable
= false;
in rockchip_vpu981_av1_dec_set_reference_frames()
local
1905
scale_enable
|=
in rockchip_vpu981_av1_dec_set_reference_frames()
1912
hantro_reg_write(vpu, &av1_ref_scaling_enable,
scale_enable
);
in rockchip_vpu981_av1_dec_set_reference_frames()
Completed in 16 milliseconds