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:pixclk_khz
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/
H
A
D
dcn314_dccg.c
210
int req_dtbclk_khz = params->
pixclk_khz
/ 4;
in dccg314_set_dtbclk_dto()
317
int
pixclk_khz
)
in dccg314_set_valid_pixel_rate()
323
dto_params.
pixclk_khz
=
pixclk_khz
;
in dccg314_set_valid_pixel_rate()
313
dccg314_set_valid_pixel_rate( struct dccg *dccg, int ref_dtbclk_khz, int otg_inst, int
pixclk_khz
)
dccg314_set_valid_pixel_rate()
argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_dccg.c
210
int req_dtbclk_khz = params->
pixclk_khz
/ 4;
in dccg32_set_dtbclk_dto()
251
int
pixclk_khz
)
in dccg32_set_valid_pixel_rate()
257
dto_params.
pixclk_khz
=
pixclk_khz
;
in dccg32_set_valid_pixel_rate()
247
dccg32_set_valid_pixel_rate( struct dccg *dccg, int ref_dtbclk_khz, int otg_inst, int
pixclk_khz
)
dccg32_set_valid_pixel_rate()
argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
dccg.h
80
int
pixclk_khz
;
member
166
int
pixclk_khz
);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H
A
D
dcn31_dccg.c
549
int req_dtbclk_khz = params->
pixclk_khz
;
in dccg31_set_dtbclk_dto()
562
req_dtbclk_khz = params->
pixclk_khz
/ 4;
in dccg31_set_dtbclk_dto()
568
req_dtbclk_khz = params->
pixclk_khz
/ 2;
in dccg31_set_dtbclk_dto()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
2738
dto_params.
pixclk_khz
= pipe_ctx->stream->timing.pix_clk_100hz / 10;
in dcn20_enable_stream()
Completed in 7 milliseconds