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:dscClockInKhz
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dm_pp_smu.h
158
unsigned int
dscClockInKhz
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dm_pp_smu.h
158
unsigned int
dscClockInKhz
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H
A
D
dcn20_fpu.c
1942
if ((bb->clock_limits[i].dscclk_mhz > (max_clocks.
dscClockInKhz
/ 1000))
in dcn20_cap_soc_clocks()
1943
&& max_clocks.
dscClockInKhz
!= 0)
in dcn20_cap_soc_clocks()
1944
bb->clock_limits[i].dscclk_mhz = (max_clocks.
dscClockInKhz
/ 1000);
in dcn20_cap_soc_clocks()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_resource.c
3455
if ((bb->clock_limits[i].dscclk_mhz > (max_clocks.
dscClockInKhz
/ 1000))
3456
&& max_clocks.
dscClockInKhz
!= 0)
3457
bb->clock_limits[i].dscclk_mhz = (max_clocks.
dscClockInKhz
/ 1000);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
smu_v11_0.c
1455
max_clocks->
dscClockInKhz
= 0;
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
1537
max_clocks->
dscClockInKhz
= 0;
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
1505
max_clocks->
dscClockInKhz
= 0;
in smu_v13_0_get_max_sustainable_clocks_by_dc()
Completed in 17 milliseconds