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:dep_on_sclk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega10_hwmgr.c
1612
struct phm_ppt_v1_clock_voltage_dependency_table *
dep_on_sclk
;
in vega10_populate_single_gfx_level()
local
1620
dep_on_sclk
= (struct phm_ppt_v1_clock_voltage_dependency_table *)
in vega10_populate_single_gfx_level()
1623
dep_on_sclk
= table_info->vdd_dep_on_sclk;
in vega10_populate_single_gfx_level()
1625
PP_ASSERT_WITH_CODE(
dep_on_sclk
,
in vega10_populate_single_gfx_level()
1632
for (i = 0; i <
dep_on_sclk
->count; i++) {
in vega10_populate_single_gfx_level()
1633
if (
dep_on_sclk
->entries[i].clk == gfx_clock)
in vega10_populate_single_gfx_level()
1636
PP_ASSERT_WITH_CODE(
dep_on_sclk
->count > i,
in vega10_populate_single_gfx_level()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega10_hwmgr.c
1608
struct phm_ppt_v1_clock_voltage_dependency_table *
dep_on_sclk
;
in vega10_populate_single_gfx_level()
local
1616
dep_on_sclk
= (struct phm_ppt_v1_clock_voltage_dependency_table *)
in vega10_populate_single_gfx_level()
1619
dep_on_sclk
= table_info->vdd_dep_on_sclk;
in vega10_populate_single_gfx_level()
1621
PP_ASSERT_WITH_CODE(
dep_on_sclk
,
in vega10_populate_single_gfx_level()
1628
for (i = 0; i <
dep_on_sclk
->count; i++) {
in vega10_populate_single_gfx_level()
1629
if (
dep_on_sclk
->entries[i].clk == gfx_clock)
in vega10_populate_single_gfx_level()
1632
PP_ASSERT_WITH_CODE(
dep_on_sclk
->count > i,
in vega10_populate_single_gfx_level()
Completed in 18 milliseconds