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:ref_dppclk
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dccg.c
51
if (dccg->
ref_dppclk
&& req_dppclk) {
in dccg2_update_dpp_dto()
52
int
ref_dppclk
= dccg->
ref_dppclk
;
in dccg2_update_dpp_dto()
local
57
phase = ((modulo * req_dppclk) +
ref_dppclk
- 1) /
ref_dppclk
;
in dccg2_update_dpp_dto()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dccg.c
51
if (dccg->
ref_dppclk
&& req_dppclk) {
in dccg2_update_dpp_dto()
52
int
ref_dppclk
= dccg->
ref_dppclk
;
in dccg2_update_dpp_dto()
local
57
phase = ((modulo * req_dppclk) +
ref_dppclk
- 1) /
ref_dppclk
;
in dccg2_update_dpp_dto()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn21/
H
A
D
dcn21_dccg.c
50
if (dccg->
ref_dppclk
) {
in dccg21_update_dpp_dto()
51
int
ref_dppclk
= dccg->
ref_dppclk
;
in dccg21_update_dpp_dto()
local
52
int modulo =
ref_dppclk
/ 10000;
in dccg21_update_dpp_dto()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H
A
D
dcn31_dccg.c
58
if (dccg->
ref_dppclk
&& req_dppclk) {
in dccg31_update_dpp_dto()
59
int
ref_dppclk
= dccg->
ref_dppclk
;
in dccg31_update_dpp_dto()
local
64
phase = ((modulo * req_dppclk) +
ref_dppclk
- 1) /
ref_dppclk
;
in dccg31_update_dpp_dto()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
dccg.h
36
int
ref_dppclk
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
dccg.h
70
int
ref_dppclk
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H
A
D
dcn20_clk_mgr.c
108
clk_mgr->dccg->
ref_dppclk
= clk_mgr->base.clks.dppclk_khz;
in dcn20_update_clocks_update_dpp_dto()
316
/* Both fclk and
ref_dppclk
run on the same scemi clock.
in dcn2_update_clocks_fpga()
318
* such that max dppclk is 1:1 with
ref_dppclk
.
in dcn2_update_clocks_fpga()
325
// Both fclk and
ref_dppclk
run on the same scemi clock.
in dcn2_update_clocks_fpga()
326
clk_mgr_int->dccg->
ref_dppclk
= clk_mgr->clks.fclk_khz;
in dcn2_update_clocks_fpga()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H
A
D
dcn20_clk_mgr.c
109
clk_mgr->dccg->
ref_dppclk
= clk_mgr->base.clks.dppclk_khz;
in dcn20_update_clocks_update_dpp_dto()
386
/* Both fclk and
ref_dppclk
run on the same scemi clock.
in dcn2_update_clocks_fpga()
388
* such that max dppclk is 1:1 with
ref_dppclk
.
in dcn2_update_clocks_fpga()
395
// Both fclk and
ref_dppclk
run on the same scemi clock.
in dcn2_update_clocks_fpga()
396
clk_mgr_int->dccg->
ref_dppclk
= clk_mgr->clks.fclk_khz;
in dcn2_update_clocks_fpga()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H
A
D
rn_clk_mgr.c
111
clk_mgr->dccg->
ref_dppclk
= ref_dpp_clk;
in rn_update_clocks_update_dpp_dto()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H
A
D
dcn32_clk_mgr.c
298
clk_mgr->dccg->
ref_dppclk
= clk_mgr->base.clks.dppclk_khz;
in dcn32_update_clocks_update_dpp_dto()
Completed in 7 milliseconds