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:dcfClockInKhz
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dm_pp_smu.h
163
unsigned int
dcfClockInKhz
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dm_pp_smu.h
163
unsigned int
dcfClockInKhz
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H
A
D
dcn20_fpu.c
1882
bb->clock_limits[i].dcfclk_mhz = (bb->clock_limits[i].fabricclk_mhz > max_clocks->
dcfClockInKhz
/ 1000) ?
in dcn20_update_bounding_box()
1883
max_clocks->
dcfClockInKhz
/ 1000 : bb->clock_limits[i].fabricclk_mhz;
in dcn20_update_bounding_box()
1896
bb->clock_limits[num_calculated_states - 1].dcfclk_mhz = max_clocks->
dcfClockInKhz
/ 1000;
in dcn20_update_bounding_box()
1914
if ((bb->clock_limits[i].dcfclk_mhz > (max_clocks.
dcfClockInKhz
/ 1000))
in dcn20_cap_soc_clocks()
1915
&& max_clocks.
dcfClockInKhz
!= 0)
in dcn20_cap_soc_clocks()
1916
bb->clock_limits[i].dcfclk_mhz = (max_clocks.
dcfClockInKhz
/ 1000);
in dcn20_cap_soc_clocks()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_resource.c
3427
if ((bb->clock_limits[i].dcfclk_mhz > (max_clocks.
dcfClockInKhz
/ 1000))
3428
&& max_clocks.
dcfClockInKhz
!= 0)
3429
bb->clock_limits[i].dcfclk_mhz = (max_clocks.
dcfClockInKhz
/ 1000);
3524
calculated_states[i].dcfclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->
dcfClockInKhz
/ 1000) ?
3525
max_clocks->
dcfClockInKhz
/ 1000 : calculated_states[i].fabricclk_mhz;
3538
calculated_states[num_calculated_states - 1].dcfclk_mhz = max_clocks->
dcfClockInKhz
/ 1000;
3754
if (max_clocks.
dcfClockInKhz
>= max_clocks.socClockInKhz)
3755
max_clocks.
dcfClockInKhz
= max_clocks.socClockInKhz - 1000;
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_resource.c
2361
if (max_clocks.
dcfClockInKhz
>= max_clocks.socClockInKhz)
in init_soc_bounding_box()
2362
max_clocks.
dcfClockInKhz
= max_clocks.socClockInKhz - 1000;
in init_soc_bounding_box()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
smu_v11_0.c
1443
max_clocks->
dcfClockInKhz
=
in smu_v11_0_get_max_sustainable_clocks_by_dc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
smu_v11_0.c
1525
max_clocks->
dcfClockInKhz
=
in smu_v11_0_get_max_sustainable_clocks_by_dc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H
A
D
smu_v13_0.c
1493
max_clocks->
dcfClockInKhz
=
in smu_v13_0_get_max_sustainable_clocks_by_dc()
Completed in 20 milliseconds