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:ideal_clk
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_fimd.c
395
unsigned long
ideal_clk
, lcd_rate;
in fimd_atomic_check()
local
403
ideal_clk
= mode->clock * 1000;
in fimd_atomic_check()
410
ideal_clk
*= 2;
in fimd_atomic_check()
414
if (2 * lcd_rate <
ideal_clk
) {
in fimd_atomic_check()
417
lcd_rate,
ideal_clk
);
in fimd_atomic_check()
421
/* Find the clock divider value that gets us closest to
ideal_clk
*/
in fimd_atomic_check()
422
clkdiv = DIV_ROUND_CLOSEST(lcd_rate,
ideal_clk
);
in fimd_atomic_check()
425
ideal_clk
);
in fimd_atomic_check()
H
A
D
exynos7_drm_decon.c
143
unsigned long
ideal_clk
= mode->clock;
in decon_calc_clkdiv()
local
146
/* Find the clock divider value that gets us closest to
ideal_clk
*/
in decon_calc_clkdiv()
147
clkdiv = DIV_ROUND_UP(clk_get_rate(ctx->vclk),
ideal_clk
);
in decon_calc_clkdiv()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_fimd.c
419
unsigned long
ideal_clk
, lcd_rate;
in fimd_atomic_check()
local
427
ideal_clk
= mode->clock * 1000;
in fimd_atomic_check()
434
ideal_clk
*= 2;
in fimd_atomic_check()
438
if (2 * lcd_rate <
ideal_clk
) {
in fimd_atomic_check()
441
lcd_rate,
ideal_clk
);
in fimd_atomic_check()
445
/* Find the clock divider value that gets us closest to
ideal_clk
*/
in fimd_atomic_check()
446
clkdiv = DIV_ROUND_CLOSEST(lcd_rate,
ideal_clk
);
in fimd_atomic_check()
449
ideal_clk
);
in fimd_atomic_check()
H
A
D
exynos7_drm_decon.c
143
unsigned long
ideal_clk
= mode->clock;
in decon_calc_clkdiv()
local
146
/* Find the clock divider value that gets us closest to
ideal_clk
*/
in decon_calc_clkdiv()
147
clkdiv = DIV_ROUND_UP(clk_get_rate(ctx->vclk),
ideal_clk
);
in decon_calc_clkdiv()
Completed in 6 milliseconds